diff --git a/client/src/app/layout.tsx b/client/src/app/layout.tsx index ea5c963..983ef02 100644 --- a/client/src/app/layout.tsx +++ b/client/src/app/layout.tsx @@ -1,4 +1,4 @@ -import "./globals.css"; +import "@/styles/globals.css"; import Navbar from "@/components/Navbar"; import Footer from "@/components/Footer"; diff --git a/client/src/app/globals.css b/client/src/styles/globals.css similarity index 100% rename from client/src/app/globals.css rename to client/src/styles/globals.css