调整组件位置

This commit is contained in:
2025-05-12 22:43:24 +08:00
parent 367ec1d9a0
commit b764d3c932
6 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "./components/theme-provider";
import { ThemeProvider } from "../components/theme-provider";
import { metadata } from "./config/metadata";
import { Toaster } from "sonner";