Skip to content
Snippets Groups Projects
Commit 4a0dc450 authored by Leander Tolksdorf's avatar Leander Tolksdorf
Browse files

Create basic loading screen

parent 9d9a79e5
No related branches found
No related tags found
No related merge requests found
import { Spinner } from "react-bootstrap";
function Loading() {
return (
<div className="vh-100 vw-100 d-flex justify-content-center align-items-center">
<Spinner animation="border" />
</div>
);
}
export default Loading;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment