We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c57d1 commit 7b0f289Copy full SHA for 7b0f289
src/client/theme-default/index.ts
@@ -1,4 +1,4 @@
1
import './styles/fonts.css'
2
3
-import theme from './without-fonts.js'
4
-export default theme
+export * from './without-fonts.js'
+export { default as default } from './without-fonts.js'
0 commit comments