refactor: rename store folder to stores

This commit is contained in:
Sonny
2024-11-07 00:31:24 +01:00
committed by Sonny
parent 5c37fe9c31
commit 9a215f3e41
10 changed files with 9 additions and 9 deletions

View File

@@ -16,8 +16,8 @@ import { appendCollectionId } from '~/lib/navigation';
import {
useActiveCollection,
useCollectionsSetter,
} from '~/store/collection_store';
import { useGlobalHotkeysStore } from '~/store/global_hotkeys_store';
} from '~/stores/collection_store';
import { useGlobalHotkeysStore } from '~/stores/global_hotkeys_store';
import { CollectionWithLinks } from '~/types/app';
import classes from './dashboard.module.css';