diff --git a/.gitignore b/.gitignore index 89ac175..d960b42 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,7 @@ yarn-error.log* next-env.d.ts # bun -bun.lockb \ No newline at end of file +bun.lockb + +# cache +cache \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 13c1573..7b387d2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,4 @@ -import "@/app/global.css"; +import "@/app/globals.css"; import { cn } from "@/lib/utils"; import type { Metadata } from "next"; import { Inter } from "next/font/google";