diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index e7b32fce..e086f915 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -1,6 +1,7 @@ import React from 'react' import Head from 'next/head' import { AppProps } from 'next/app' +import { ThemeProvider } from 'next-themes' import '../styles/main.css' @@ -15,7 +16,9 @@ const MyApp: React.FC = ({ Component, pageProps }) => { src="https://mateusfg7-umami-instance.herokuapp.com/umami.js" /> - + + + ) }