Browse Source

fix: add missing closing div in ServicesSection.vue

unknown 2 tháng trước cách đây
mục cha
commit
a2c6bd47fb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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">