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:
@@ -1,6 +1,6 @@
|
||||
import KEYS from '#constants/keys';
|
||||
import { useHotkeys } from 'react-hotkeys-hook';
|
||||
import { useGlobalHotkeysStore } from '~/store/global_hotkeys_store';
|
||||
import { useGlobalHotkeysStore } from '~/stores/global_hotkeys_store';
|
||||
|
||||
type ShortcutOptions = {
|
||||
enabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user