fix: resolve lint errors and unused imports
All checks were successful
Build & Release / build (push) Successful in 1m4s
Build & Release / release (push) Has been skipped

This commit is contained in:
2026-04-14 20:43:05 +08:00
parent 32e1c743da
commit 15e2f2927b
4 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { Geist, Geist_Mono, Inter } from "next/font/google"
import { Geist_Mono, Inter } from "next/font/google"
import "./globals.css"
import { ThemeProvider } from "@/components/theme-provider"