diff --git a/src/lib/game/stores/index.ts b/src/lib/game/stores/index.ts index 592266b..4e15ad6 100755 --- a/src/lib/game/stores/index.ts +++ b/src/lib/game/stores/index.ts @@ -20,6 +20,9 @@ export type { CombatState } from './combatStore'; export { useCraftingStore } from './craftingStore'; export type { CraftingState, CraftingActions } from './craftingStore'; +export { useAttunementStore } from './attunementStore'; +export type { AttunementStoreState } from './attunementStore'; + export { useGameStore } from './gameStore'; export { useGameLoop } from './gameHooks'; export type { GameCoordinatorState, GameCoordinatorStore } from './gameStore';