Nuevo componente de Nuevo proyecto

This commit is contained in:
Your Name
2025-02-28 07:50:48 -06:00
parent 1806fb28d2
commit cfd9385702
12 changed files with 2951 additions and 60 deletions

View File

@@ -8,7 +8,7 @@
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<div class="min-h-screen bg-blue-50 flex flex-col items-center justify-center p-5 gap-20" id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>