Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4fec6b3

Browse files
committed
lint
1 parent 1dd2e7e commit 4fec6b3

File tree

1 file changed

+1
-1
lines changed
  • examples/with-styled-components/pages

1 file changed

+1
-1
lines changed

examples/with-styled-components/pages/_app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const theme = {
66
},
77
}
88

9-
export default function App({Component, pageProps}) {
9+
export default function App({ Component, pageProps }) {
1010
return (
1111
<ThemeProvider theme={theme}>
1212
<Component {...pageProps} />

0 commit comments

Comments
 (0)