Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit ac48862

Browse files
committed
WIP Refactoring
1 parent c85a5d8 commit ac48862

21 files changed

+7
-12
lines changed

webapp_frontend/src/components/Router/Router.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import Health from "../pages/Health";
44
import Error404 from "../pages/errors/Error404";
55
import Login from "../basicElements/Login";
66

7-
export default function Router(props: Object): ReactElement {
8-
const {} = props;
9-
7+
export default function Router(): ReactElement {
108

119
return (
1210
<Switch>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)