first commit
This commit is contained in:
7
src/app/(dashboard)/department/members/edit/page.tsx
Normal file
7
src/app/(dashboard)/department/members/edit/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
"use client"
|
||||
import { notFound } from 'next/navigation'
|
||||
|
||||
export default function Page() {
|
||||
return notFound
|
||||
}
|
||||
Reference in New Issue
Block a user