feat: admin ui for managing instance

This commit is contained in:
pit
2023-09-21 12:43:36 +01:00
parent c247295131
commit 775de16d0a
5 changed files with 220 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
export default function UserPage() {
return (
<div>
<h1>Hey</h1>
<h2>Ho</h2>
</div>
);
}