added cargoType
This commit is contained in:
5
src/app/[locale]/dashboard/forbidden/page.tsx
Normal file
5
src/app/[locale]/dashboard/forbidden/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import DashboardForbiddenPage from '@/routes/private/forbidden';
|
||||
|
||||
export default function Home() {
|
||||
return <DashboardForbiddenPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user