Skip to content

Commit

Permalink
Refactor #3154 - FileUpload: Failed to resolve the Badge and Button c…
Browse files Browse the repository at this point in the history
…omponents
  • Loading branch information
tugcekucukoglu committed Oct 25, 2022
1 parent 9a6183c commit 4e4f517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/fileupload/FileContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
</template>

<script>
import Badge from '@/components/badge/Badge';
import Button from 'primevue/button';
import Badge from '../badge/Badge.vue';
export default {
emits: ['remove'],
props: {
Expand Down

0 comments on commit 4e4f517

Please sign in to comment.