feat(content): Winter Wonderland 2025-6

This commit is contained in:
Kalista Payne
2025-11-19 13:34:50 -06:00
parent a504b18ce4
commit bee23efbef
14 changed files with 426 additions and 38 deletions

View File

@@ -2,11 +2,15 @@ import { back as baseBack } from './sets/base';
import { back as mysteryBack } from './sets/mystery';
import { back as specialBack } from './sets/special';
import armoire from './sets/armoire';
const back = {
base: baseBack,
mystery: mysteryBack,
special: specialBack,
get armoire () {
return armoire.back;
},
};
export default back;