We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9a043 commit ca8ba91Copy full SHA for ca8ba91
src/themes/index.ts
@@ -7,5 +7,4 @@ import lightStudio from './light-studio.json';
7
8
export const ThemeDarkStudio = { ...ThemeDarkCloud, ...darkStudio };
9
export const ThemeLightStudio = { ...ThemeLightCloud, ...lightStudio };
10
-console.log(ThemeLightStudio);
11
export { ThemeDark, ThemeLight, ThemeDarkCloud, ThemeLightCloud };
0 commit comments