0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-14 04:08:36 +09:00

Load globals.css

This commit is contained in:
2021-05-23 16:01:37 +09:00
parent 0fa245e3b8
commit 03ebe866f9

View File

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