Layout updates

Added more themed components
Refactored Superadmin creation
This commit is contained in:
grimsi
2024-05-15 19:43:41 +02:00
parent 215a01606f
commit a61c8eead0
13 changed files with 87 additions and 62 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import {Link} from "react-router-dom";
export default function TestView() {
return (
<div className="size-full flex justify-center">
<div className="flex grow justify-center">
<Link to="/setup">Setup</Link>
</div>
);