mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-09 03:31:22 +00:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
|
import { UserManagement } from "@/features/user-management"
|
||
|
|
||
|
export default function Page() {
|
||
|
return <UserManagement userType="teacher" />
|
||
|
}
|