mirror of
https://litchi.icu/ngc2207/judge4c-latest.git
synced 2025-07-13 17:14:47 +00:00
chore: update .gitignore and layout.tsx
This commit is contained in:
parent
033716cfda
commit
707075bcfb
3
.gitignore
vendored
3
.gitignore
vendored
@ -41,3 +41,6 @@ next-env.d.ts
|
|||||||
|
|
||||||
# bun
|
# 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 { 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";
|
||||||
|
Loading…
Reference in New Issue
Block a user