Rename "theme.tsx" to "ThemeCreator.ts"

This commit is contained in:
schroda
2024-12-11 13:59:50 +01:00
parent b3e3d94bda
commit 8c4ff516c0
20 changed files with 21 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ import { MangaIdInfo } from '@/modules/manga/Manga.types.ts';
import { HotkeyScope } from '@/modules/hotkeys/Hotkeys.types.ts';
import { ReaderControls } from '@/modules/reader/services/ReaderControls.ts';
import { ScrollDirection, ScrollOffset } from '@/modules/core/Core.types.ts';
import { getOptionForDirection } from '@/modules/theme/services/theme.tsx';
import { getOptionForDirection } from '@/modules/theme/services/ThemeCreator.ts';
const useHotkeys = (...args: Parameters<typeof useHotKeysHook>): ReturnType<typeof useHotKeysHook> => {
const [keys, callback, options, dependencies] = args;