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

@@ -9,7 +9,7 @@
import useMediaQuery from '@mui/material/useMediaQuery';
import { Breakpoint } from '@mui/material/styles';
import { useCallback, useState } from 'react';
import { getCurrentTheme } from '@/modules/theme/services/theme.tsx';
import { getCurrentTheme } from '@/modules/theme/services/ThemeCreator.ts';
import { ThemeMode } from '@/modules/theme/contexts/ThemeModeContext.tsx';
import { AppStorage } from '@/lib/storage/AppStorage.ts';
import { useResizeObserver } from '@/modules/core/hooks/useResizeObserver.tsx';