From 4949304a4d979323b39df11631b97e1598a13739 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 9 Jan 2025 21:28:55 +0530 Subject: [PATCH] chore: whitespace --- src/components/dashboard/MainMenu.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/dashboard/MainMenu.tsx b/src/components/dashboard/MainMenu.tsx index f4c2deb5..463d66a3 100644 --- a/src/components/dashboard/MainMenu.tsx +++ b/src/components/dashboard/MainMenu.tsx @@ -2,17 +2,12 @@ import React from 'react'; import Tabs from '@mui/material/Tabs'; import Tab from '@mui/material/Tab'; import Box from '@mui/material/Box'; - import { Paper, Button, useTheme } from "@mui/material"; import { AutoAwesome, FormatListBulleted, VpnKey, Usb, Article, CloudQueue, Code, } from "@mui/icons-material"; - - import { apiUrl } from "../../apiConfig"; import { useTranslation } from 'react-i18next'; import i18n from '../../i18n'; - - interface MainMenuProps { value: string; handleChangeContent: (newValue: string) => void;