移除未使用的引用

This commit is contained in:
2025-05-12 22:41:11 +08:00
parent fcec99f1c5
commit af3b4b0cc3

View File

@@ -2,8 +2,6 @@ import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ThemeProvider } from "./components/theme-provider"; import { ThemeProvider } from "./components/theme-provider";
import { metadata } from "./config/metadata"; import { metadata } from "./config/metadata";
import Header from "./components/Header";
import Footer from "./components/Footer";
import { Toaster } from "sonner"; import { Toaster } from "sonner";
const geistSans = Geist({ const geistSans = Geist({