Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Aug 30, 2020
1 parent 1dd2e7e commit 4fec6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-styled-components/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const theme = {
},
}

export default function App({Component, pageProps}) {
export default function App({ Component, pageProps }) {
return (
<ThemeProvider theme={theme}>
<Component {...pageProps} />
Expand Down

0 comments on commit 4fec6b3

Please sign in to comment.