Update docs/components/progress/examples/ProgressSizeExample.vue

This commit is contained in:
Ilya Artamonov
2022-11-20 20:57:50 +03:00
committed by GitHub
parent 47716a68b9
commit 853925c49d

View File

@@ -7,5 +7,5 @@
</div>
</template>
<script setup>
import { Progress } from '../../../../src/index'
import { Progress } from 'flowbite-vue'
</script>