mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
refactor: rename store folder to stores
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user