feat: Fixed import

This commit is contained in:
Ilya Artamonov
2022-11-20 21:08:25 +03:00
parent c35161ab10
commit 730393a66c
2 changed files with 3 additions and 3 deletions

View File

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

View File

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