mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 22:07:15 +00:00
8 lines
302 B
TypeScript
8 lines
302 B
TypeScript
import useCollectionStore from "./collection";
|
|
import useShortcutStore from "./shortcut";
|
|
import useUserStore from "./user";
|
|
import useViewStore from "./view";
|
|
import useWorkspaceStore from "./workspace";
|
|
|
|
export { useUserStore, useCollectionStore, useShortcutStore, useViewStore, useWorkspaceStore };
|