From f58af6a595e3a863c4a9dac5cd10f986d0e9dc05 Mon Sep 17 00:00:00 2001 From: ShireenKumar Date: Sun, 19 Jan 2025 16:48:16 -0500 Subject: [PATCH] Removed box --- packages/frontend/components/Sidebar/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/components/Sidebar/Sidebar.tsx b/packages/frontend/components/Sidebar/Sidebar.tsx index 55c8f31f..fa6e4207 100644 --- a/packages/frontend/components/Sidebar/Sidebar.tsx +++ b/packages/frontend/components/Sidebar/Sidebar.tsx @@ -1,5 +1,5 @@ import { Link, Stack, Text } from "@chakra-ui/react"; -import { Tabs, TabList, Tab, TabPanels, TabPanel, Box } from "@chakra-ui/react"; +import { Tabs, TabList, Tab, TabPanels, TabPanel } from "@chakra-ui/react"; import { MajorValidationError, MajorValidationResult,