Skip to content

Commit

Permalink
docs: 🐛 corrige bug du build de l’app demo
Browse files Browse the repository at this point in the history
  • Loading branch information
laruiss committed Sep 4, 2024
1 parent 20f6069 commit f93cdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-app/views/AboutUs.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { ref } from 'vue'
import MyIcon from '../../src/components/VIcon.vue'
import MyIcon from '../../src/components/VIcon/VIcon.vue'
const title = ref('SVG À propos')
setTimeout(() => {
Expand Down

0 comments on commit f93cdd6

Please sign in to comment.