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

@@ -16,7 +16,7 @@ import PushPinIcon from '@mui/icons-material/PushPin';
import Divider from '@mui/material/Divider';
import { useCallback, useLayoutEffect, useRef, useState } from 'react';
import Drawer from '@mui/material/Drawer';
import { useGetOptionForDirection } from '@/theme.tsx';
import { useGetOptionForDirection } from '@/modules/theme/services/theme.tsx';
import { ReaderNavBarDesktopProps } from '@/modules/reader/types/ReaderOverlay.types.ts';
import { ReaderNavContainer } from '@/modules/reader/components/overlay/navigation/desktop/ReaderNavContainer.tsx';
import { ReaderNavBarDesktopMetadata } from '@/modules/reader/components/overlay/navigation/desktop/ReaderNavBarDesktopMetadata.tsx';