Skip to content

Commit c70fbbf

Browse files
committed
fix: fix global-fonts to globalFonts
1 parent b5ffc78 commit c70fbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/.storybook/preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { createMemoryHistory } from "history"
55
import { addDecorator } from "node_modules/@storybook/react"
66
import { unstable_HistoryRouter as HistoryRouter } from "react-router-dom"
77
import { dark, light } from "../src/theme"
8-
import "../src/theme/global-fonts"
8+
import "../src/theme/globalFonts"
99

1010
const providerFn = ({ children, theme }) => (
1111
<ThemeProvider theme={theme}>

0 commit comments

Comments
 (0)