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

@@ -25,7 +25,7 @@ import {
getProgressBarPositionInfo,
useHandleProgressDragging,
} from '@/modules/reader/utils/ReaderProgressBar.utils.tsx';
import { getOptionForDirection as getOptionForDirectionImpl } from '@/modules/theme/services/theme.tsx';
import { getOptionForDirection as getOptionForDirectionImpl } from '@/modules/theme/services/ThemeCreator.ts';
import { ReaderProgressBarSlotsActionArea } from '@/modules/reader/components/overlay/progress-bar/ReaderProgressBarSlotsActionArea.tsx';
import { ReaderService } from '@/modules/reader/services/ReaderService.ts';
import { ReaderControls } from '@/modules/reader/services/ReaderControls.ts';