diff options
| author | realtradam <[email protected]> | 2024-06-28 17:28:19 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-28 17:28:19 -0400 |
| commit | 1d2557ad4b61bbf6cbda62ed993e06e1c239d81f (patch) | |
| tree | 2adef48e48c56d387f556f235bdda82e2ed970b0 | |
| parent | 080c10e1d8b353e1ae24b681dfa1ce475a385c5d (diff) | |
| download | gameHolster-1d2557ad4b61bbf6cbda62ed993e06e1c239d81f.tar.gz gameHolster-1d2557ad4b61bbf6cbda62ed993e06e1c239d81f.zip | |
remove unused code
| -rw-r--r-- | react-frontend/src/components/Layout.tsx | 1 |
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"; |
