frontend actualizado y mejorado extremadamente

This commit is contained in:
2025-09-26 16:54:39 -06:00
parent 4783f51454
commit 974fe0b9e1
20 changed files with 323 additions and 68 deletions

View File

@@ -1,5 +1,6 @@
import { createApp } from 'vue';
import App from './App.vue';
import './styles.css';
createApp(App).mount('#app');
const app = createApp(App);
app.mount('#app');