소스 검색

fix: add missing closing div in ServicesSection.vue

unknown 2 달 전
부모
커밋
a2c6bd47fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/admin/ServicesSection.vue

+ 1 - 0
src/components/admin/ServicesSection.vue

@@ -40,6 +40,7 @@
       </div>
     </div>
   </div>
+</div>
 </template>
 
 <script setup lang="ts">