move css to styles folder

This commit is contained in:
Nathaniel Tampus
2023-02-25 21:33:53 +08:00
parent a61b0128e6
commit 19fb1a9740
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import "./globals.css"; import "@/styles/globals.css";
import Navbar from "@/components/Navbar"; import Navbar from "@/components/Navbar";
import Footer from "@/components/Footer"; import Footer from "@/components/Footer";