Skip to content

Commit

Permalink
Update docs/basic-features/built-in-css-support.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Luis Alvarez D. <luis@zeit.co>
  • Loading branch information
Timer and Luis Alvarez D. committed Jan 13, 2020
1 parent 7971ff1 commit b0d86a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/basic-features/built-in-css-support.md
Expand Up @@ -29,7 +29,6 @@ Then, [`import`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referen
import '../styles.css'

// This default export is required in a new `pages/_app.js` file.
// Read more: https://nextjs.org/docs/advanced-features/custom-app
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />
}
Expand Down

0 comments on commit b0d86a4

Please sign in to comment.