Skip to content

Commit f93cdd6

Browse files
committed
docs: šŸ› corrige bug du build de l’app demo
1 parent 20f6069 commit f93cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ā€Ždemo-app/views/AboutUs.vueā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts" setup>
22
import { ref } from 'vue'
33
4-
import MyIcon from '../../src/components/VIcon.vue'
4+
import MyIcon from '../../src/components/VIcon/VIcon.vue'
55
66
const title = ref('SVG ƀ propos')
77
setTimeout(() => {

0 commit comments

Comments
Ā (0)