Skip to content

Commit 7b0f289

Browse files
committed
fix: fix optional component imports from default theme
1 parent 51c57d1 commit 7b0f289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/theme-default/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import './styles/fonts.css'
22

3-
import theme from './without-fonts.js'
4-
export default theme
3+
export * from './without-fonts.js'
4+
export { default as default } from './without-fonts.js'

0 commit comments

Comments
 (0)