From 83523dad6422044b00e2b6ea97b6fa9afad6ce36 Mon Sep 17 00:00:00 2001 From: peng Date: Thu, 23 Oct 2025 10:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=89=8D=E7=AB=AF=20-=20=E4=BF=AE=E6=94=B9navbar?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crop-x/src/app/layout.tsx | 2 +- crop-x/src/components/layouts/Main.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/crop-x/src/app/layout.tsx b/crop-x/src/app/layout.tsx index f12e93c..49f6462 100644 --- a/crop-x/src/app/layout.tsx +++ b/crop-x/src/app/layout.tsx @@ -1,4 +1,4 @@ -import {Navbar1} from "@/components/layouts/NavBar" +import {Navbar1} from "@/components/layouts/Navbar" import {SideBarOld} from '@/components/layouts/SideBar/SideBarOld' import '@/styles/globals.css' diff --git a/crop-x/src/components/layouts/Main.tsx b/crop-x/src/components/layouts/Main.tsx index fadc7e5..4c40275 100644 --- a/crop-x/src/components/layouts/Main.tsx +++ b/crop-x/src/components/layouts/Main.tsx @@ -1,5 +1,4 @@ import React from 'react' -import { useTheme } from '@/hooks/useTheme' import {Navbar1} from '@/components/layouts/Navbar.tsx' import Page from './SideBar/SideBar' import './index.css'