0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-09-27 23:20:24 +09:00

Load globals.css

This commit is contained in:
yude 2021-05-23 16:01:37 +09:00
parent 0fa245e3b8
commit 03ebe866f9
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -1,5 +1,6 @@
import 'tailwindcss/tailwind.css';
import { ThemeProvider } from "next-themes";
import "../styles/globals.css"
function MyApp({ Component, pageProps }) {
return (