diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 3e459668..abc1f088 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -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 = ({ Component, pageProps }) => { return ( <>