mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-08 04:00:52 +00:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
|
import { UserManagement } from "@/features/user-management"
|
||
|
|
||
|
export default function Page() {
|
||
|
return <UserManagement userType="admin" />
|
||
|
}
|