Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: clean login-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaVandewalle committed Mar 7, 2024
1 parent 5e89504 commit 5337fcf
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions frontend/src/pages/login/LoginScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
import {JSX} from "react";
import {Header} from "../../components/Header.tsx";
import {Sidebar} from "../../components/Sidebar.tsx";

export default function LoginScreen(): JSX.Element {
return (
<>
<div className={"main-header"}>
<Header/>
</div>
<div className={"main-content is-flex is-flex-direction-row"}>
<div className={"side-bar"}>
<Sidebar/>
</div>
<div>
<>Login screen</>
</div>
</div>
</>
<>Login screen</>
)
}

0 comments on commit 5337fcf

Please sign in to comment.