Explorar el Código

feat: :sparkles: adicionar index

joykepler hace 4 días
padre
commit
62f6a0e066
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/pages/index.vue

+ 1 - 1
app/pages/index.vue

@@ -1,3 +1,3 @@
 <template>
-  <h1 class="text-3xl font-bold underline">Skeleton Basico</h1>
+  <SectionSecondary />
 </template>