feat: Fixed import
This commit is contained in:
@@ -11,5 +11,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Progress } from '../../../../src/index'
|
import { Progress } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import { Progress } from '../../../../src/index'
|
import { Progress } from 'flowbite-vue'
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user