mirror of
https://github.com/yude-jp/yude.jp
synced 2025-04-04 22:27:26 +09:00
Load globals.css
This commit is contained in:
parent
0fa245e3b8
commit
03ebe866f9
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user