6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
|
|
import ComingSoon from '@/components/ComingSoon'
|
||
|
|
|
||
|
|
export default function AdminUsers() {
|
||
|
|
return <ComingSoon title="Users" blurb="Create and manage user accounts, roles, and department access." />
|
||
|
|
}
|