added cargoType

This commit is contained in:
Samandar Turgunboyev
2025-08-25 19:03:15 +05:00
parent 7c47c1e942
commit dc80d43e15
37 changed files with 2158 additions and 184 deletions

View File

@@ -0,0 +1,5 @@
import DashboardForbiddenPage from '@/routes/private/forbidden';
export default function Home() {
return <DashboardForbiddenPage />;
}