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'