Skip to content

Commit 932bf12

Browse files
author
Felix Ruf
committed
removed unused icon
1 parent 510a2ce commit 932bf12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Resources/src/components/printableList/PrintListPdfTemplate.vue

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
<script setup lang="ts">
124124
import { useI18n } from 'vue-i18n';
125125
import { type ListData } from '@/api/getPrintableListData';
126-
import { CheckIcon } from '@heroicons/vue/solid';
127126
128127
const { t } = useI18n();
129128

src/Resources/src/views/PrintableList.vue

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ import Vue3Html2pdf from 'vue3-html2pdf';
155155
import ActionButton from '@/components/misc/ActionButton.vue';
156156
import { Action } from '@/enums/Actions';
157157
import PrintListPdfTemplate from '@/components/printableList/PrintListPdfTemplate.vue';
158-
import { CheckIcon } from '@heroicons/vue/solid';
159158
160159
const progress = useProgress().start()
161160
const { t, locale } = useI18n()

0 commit comments

Comments
 (0)