Skip to content

Commit 13c6d31

Browse files
committed
fix(themes): update incorrect import
1 parent 9611d1b commit 13c6d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/themes/md/default.tokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { defaultTheme as baseDefaultTheme } from '../base/default.tokens';
22
import type { DefaultTheme } from '../themes.interfaces';
33

4-
import { darkTheme } from './dark.tokens.js';
5-
import { lightTheme } from './light.tokens.js';
4+
import { darkTheme } from './dark.tokens';
5+
import { lightTheme } from './light.tokens';
66

77
export const defaultTheme: DefaultTheme = {
88
...baseDefaultTheme,

0 commit comments

Comments
 (0)