From 1d2557ad4b61bbf6cbda62ed993e06e1c239d81f Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 28 Jun 2024 17:28:19 -0400 Subject: remove unused code --- react-frontend/src/components/Layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/react-frontend/src/components/Layout.tsx b/react-frontend/src/components/Layout.tsx index 8f834ef..979dacb 100644 --- a/react-frontend/src/components/Layout.tsx +++ b/react-frontend/src/components/Layout.tsx @@ -1,5 +1,4 @@ import { Outlet } from "react-router-dom"; -import { useState } from "react"; import { IconButton, Button, ButtonGroup } from 'rsuite'; import { Icon } from '@rsuite/icons'; import { FaUser } from "react-icons/fa6"; -- cgit v1.2.3