From e08d8f378989d21f4f66644cddda45351be5e812 Mon Sep 17 00:00:00 2001 From: colStie Date: Fri, 23 Feb 2024 09:56:10 +0100 Subject: [PATCH] Update Sidebar.tsx --- src/components/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 3374037..4bbd4d7 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -5,12 +5,12 @@ import { Button, DialogActions, Drawer, - FormControlLabel, + //FormControlLabel, FormGroup, Hidden, IconButton, Link, - Switch, + //Switch, Typography } from "@mui/material"; import LTOService from "../services/LTO.service";