chore: update .gitignore and layout.tsx

This commit is contained in:
ngc2207 2024-11-02 18:01:02 +08:00
parent 033716cfda
commit 707075bcfb
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -41,3 +41,6 @@ next-env.d.ts
# bun # bun
bun.lockb bun.lockb
# cache
cache

View File

@ -1,4 +1,4 @@
import "@/app/global.css"; import "@/app/globals.css";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";