From 58ac4a873715e804112beb5022f5a2d247595d69 Mon Sep 17 00:00:00 2001 From: JeelRajodiya Date: Fri, 26 Jul 2024 19:52:14 +0530 Subject: [PATCH] remove use client --- app/components/NavBarMenus/NavBarMenus.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/NavBarMenus/NavBarMenus.tsx b/app/components/NavBarMenus/NavBarMenus.tsx index dd529da..26be022 100644 --- a/app/components/NavBarMenus/NavBarMenus.tsx +++ b/app/components/NavBarMenus/NavBarMenus.tsx @@ -1,4 +1,3 @@ -"use client"; import { outfitFont } from "@/app/styles/fonts"; import MdRestoreIcon from "@/app/styles/icons/MdRestore"; import SensorsIcon from "@/app/styles/icons/Sensors";