Skip to content

Commit f7f8f69

Browse files
committed
refactor(ThemeChanger): remove unused imports
1 parent f9db686 commit f7f8f69

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

app/components/ThemeChanger.tsx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ import { atomWithStorage } from 'jotai/utils';
77
import { nanoid } from 'nanoid';
88
import { useTheme } from 'next-themes';
99
import { useCallback, useEffect } from 'react';
10-
import {
11-
coldarkCold,
12-
coldarkDark,
13-
darcula,
14-
dracula,
15-
duotoneSea,
16-
funky,
17-
gruvboxDark,
18-
gruvboxLight,
19-
materialLight,
20-
materialOceanic,
21-
nightOwl,
22-
nord,
23-
okaidia,
24-
oneDark,
25-
oneLight,
26-
prism,
27-
solarizedlight,
28-
synthwave84,
29-
tomorrow,
30-
} from 'react-syntax-highlighter/dist/esm/styles/prism';
3110

3211
import { getEditorTheme, themes } from '@/app/utils/themes';
3312

0 commit comments

Comments
 (0)