Skip to content

Commit

Permalink
removed unused icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Ruf committed Jan 23, 2024
1 parent 510a2ce commit 932bf12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
<script setup lang="ts">
import { useI18n } from 'vue-i18n';
import { type ListData } from '@/api/getPrintableListData';
import { CheckIcon } from '@heroicons/vue/solid';
const { t } = useI18n();
Expand Down
1 change: 0 additions & 1 deletion src/Resources/src/views/PrintableList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ import Vue3Html2pdf from 'vue3-html2pdf';
import ActionButton from '@/components/misc/ActionButton.vue';
import { Action } from '@/enums/Actions';
import PrintListPdfTemplate from '@/components/printableList/PrintListPdfTemplate.vue';
import { CheckIcon } from '@heroicons/vue/solid';
const progress = useProgress().start()
const { t, locale } = useI18n()
Expand Down

0 comments on commit 932bf12

Please sign in to comment.