mirror of
https://litchi.icu/ngc2207/judge4c-latest.git
synced 2025-07-13 11:34:35 +00:00
chore: update .gitignore and layout.tsx
This commit is contained in:
parent
033716cfda
commit
707075bcfb
5
.gitignore
vendored
5
.gitignore
vendored
@ -40,4 +40,7 @@ yarn-error.log*
|
||||
next-env.d.ts
|
||||
|
||||
# bun
|
||||
bun.lockb
|
||||
bun.lockb
|
||||
|
||||
# cache
|
||||
cache
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user