CatPtain's picture
Upload 339 files
89ce340 verified
raw
history blame
371 Bytes
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,
}