Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd2e7e commit 4fec6b3Copy full SHA for 4fec6b3
examples/with-styled-components/pages/_app.js
@@ -6,7 +6,7 @@ const theme = {
6
},
7
}
8
9
-export default function App({Component, pageProps}) {
+export default function App({ Component, pageProps }) {
10
return (
11
<ThemeProvider theme={theme}>
12
<Component {...pageProps} />
0 commit comments