소스 검색

feat: :sparkles: adicionar index

joykepler 1 주 전
부모
커밋
62f6a0e066
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>