Configuración inicial del proyecto: estructura de directorios y dependencias mínimas instaladas
This commit is contained in:
9
app/(dashboard)/dashboard/vehicles/create/page.tsx
Normal file
9
app/(dashboard)/dashboard/vehicles/create/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export default function CreateVehiclePage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Create Vehicle</h1>
|
||||
{/* Vehicle creation form will be implemented here */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user