fix: fix optional component imports from default theme

pull/2104/head
Evan You 1 year ago
parent 51c57d13a8
commit 7b0f28915f

@ -1,4 +1,4 @@
import './styles/fonts.css'
import theme from './without-fonts.js'
export default theme
export * from './without-fonts.js'
export { default as default } from './without-fonts.js'

Loading…
Cancel
Save