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 9611d1b commit 13c6d31Copy full SHA for 13c6d31
core/src/themes/md/default.tokens.ts
@@ -1,8 +1,8 @@
1
import { defaultTheme as baseDefaultTheme } from '../base/default.tokens';
2
import type { DefaultTheme } from '../themes.interfaces';
3
4
-import { darkTheme } from './dark.tokens.js';
5
-import { lightTheme } from './light.tokens.js';
+import { darkTheme } from './dark.tokens';
+import { lightTheme } from './light.tokens';
6
7
export const defaultTheme: DefaultTheme = {
8
...baseDefaultTheme,
0 commit comments