From 707075bcfb81e8a16a365d5dd546aaa1ab46c25d Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Sat, 2 Nov 2024 18:01:02 +0800 Subject: [PATCH] chore: update .gitignore and layout.tsx --- .gitignore | 5 ++++- src/app/layout.tsx | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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";