Configuración inicial del proyecto: estructura de directorios y dependencias mínimas instaladas

This commit is contained in:
manu
2025-12-05 09:36:39 -05:00
commit 002c79abcb
60 changed files with 11057 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export default function CreateVehiclePage() {
return (
<div>
<h1>Create Vehicle</h1>
{/* Vehicle creation form will be implemented here */}
</div>
);
}