This website works better with JavaScript
Home
Explore
Help
Sign In
git
/
radionica3d
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: add missing closing div in ServicesSection.vue
unknown
2 months ago
parent
7317ca6d44
commit
a2c6bd47fb
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/components/admin/ServicesSection.vue
+ 1
- 0
src/components/admin/ServicesSection.vue
View File
@@ -40,6 +40,7 @@
</div>
</div>
</div>
+</div>
</template>
<script setup lang="ts">