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

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