Move "theme.tsx" to proper module

This commit is contained in:
schroda
2024-12-11 13:57:24 +01:00
parent 7ffcfc1a16
commit b3e3d94bda
20 changed files with 19 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ import { SearchTextField } from '@/modules/core/components/inputs/SearchTextFiel
import { makeToast } from '@/modules/core/utils/Toast.ts';
import { TrackerMangaCard } from '@/modules/tracker/components/cards/TrackerMangaCard.tsx';
import { DIALOG_PADDING } from '@/modules/tracker/Tracker.constants.ts';
import { useGetOptionForDirection } from '@/theme.tsx';
import { useGetOptionForDirection } from '@/modules/theme/services/theme.tsx';
import { defaultPromiseErrorHandler } from '@/lib/DefaultPromiseErrorHandler.ts';
import { MangaType } from '@/lib/graphql/generated/graphql.ts';