Add placeholder admin dashboard
This commit is contained in:
13
web/app/routes/logbook.admin/route.tsx
Normal file
13
web/app/routes/logbook.admin/route.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Container, Group, Title } from "@mantine/core";
|
||||
|
||||
export default function Admin() {
|
||||
return (
|
||||
<>
|
||||
<Container>
|
||||
<Group justify="space-between" align="center" grow my="lg">
|
||||
<Title order={2}>Admin</Title>
|
||||
</Group>
|
||||
</Container>
|
||||
</>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user