Skip to content

Commit

Permalink
feat: import main css file on _app
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Aug 18, 2022
1 parent f4fd32f commit c84513c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import React from 'react'
import Head from 'next/head'
import type { AppProps } from 'next/app'

import '../styles/main.css'

const MyApp: React.FC<AppProps> = ({ Component, pageProps }) => {
return (
<>
Expand Down

0 comments on commit c84513c

Please sign in to comment.