diff --git a/frontend/src/components/Settings.tsx b/frontend/src/components/Settings.tsx index f669a085..eee4dba9 100644 --- a/frontend/src/components/Settings.tsx +++ b/frontend/src/components/Settings.tsx @@ -1,9 +1,10 @@ -import { BiLogOut } from "react-icons/bi"; +import {BiLogOut} from "react-icons/bi"; import '../assets/styles/small_components.css' import {JSX} from "react"; +import {Link} from "react-router-dom"; -export default function Settings(): JSX.Element { +export default function Settings(): JSX.Element { return ( <>
@@ -16,8 +17,12 @@ export default function Settings(): JSX.Element {

Select workstation:

- - + + + + + +