We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9db686 commit f7f8f69Copy full SHA for f7f8f69
app/components/ThemeChanger.tsx
@@ -7,27 +7,6 @@ import { atomWithStorage } from 'jotai/utils';
7
import { nanoid } from 'nanoid';
8
import { useTheme } from 'next-themes';
9
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';
31
32
import { getEditorTheme, themes } from '@/app/utils/themes';
33
0 commit comments