mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
feat: admin ui for managing instance
This commit is contained in:
8
apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx
Normal file
8
apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
export default function UserPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Hey</h1>
|
||||
<h2>Ho</h2>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user