File size: 371 Bytes
89ce340 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import { useMainStore } from './main'
import { useSlidesStore } from './slides'
import { useSnapshotStore } from './snapshot'
import { useKeyboardStore } from './keyboard'
import { useScreenStore } from './screen'
import { useAuthStore } from './auth'
export {
useMainStore,
useSlidesStore,
useSnapshotStore,
useKeyboardStore,
useScreenStore,
useAuthStore,
} |