summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/src/components/Layout.tsx
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-28 17:28:19 -0400
committerrealtradam <[email protected]>2024-06-28 17:28:19 -0400
commit1d2557ad4b61bbf6cbda62ed993e06e1c239d81f (patch)
tree2adef48e48c56d387f556f235bdda82e2ed970b0 /react-frontend/src/components/Layout.tsx
parent080c10e1d8b353e1ae24b681dfa1ce475a385c5d (diff)
downloadgameHolster-1d2557ad4b61bbf6cbda62ed993e06e1c239d81f.tar.gz
gameHolster-1d2557ad4b61bbf6cbda62ed993e06e1c239d81f.zip
remove unused code
Diffstat (limited to 'react-frontend/src/components/Layout.tsx')
-rw-r--r--react-frontend/src/components/Layout.tsx1
1 files changed, 0 insertions, 1 deletions
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";