2024-04-07 19:35:13 +08:00

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 };