Commit 932bf12 Felix Ruf
committed
1 parent 510a2ce commit 932bf12 Copy full SHA for 932bf12
File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 123
123
<script setup lang="ts">
124
124
import { useI18n } from ' vue-i18n' ;
125
125
import { type ListData } from ' @/api/getPrintableListData' ;
126
- import { CheckIcon } from ' @heroicons/vue/solid' ;
127
126
128
127
const { t } = useI18n ();
129
128
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ import Vue3Html2pdf from 'vue3-html2pdf';
155
155
import ActionButton from ' @/components/misc/ActionButton.vue' ;
156
156
import { Action } from ' @/enums/Actions' ;
157
157
import PrintListPdfTemplate from ' @/components/printableList/PrintListPdfTemplate.vue' ;
158
- import { CheckIcon } from ' @heroicons/vue/solid' ;
159
158
160
159
const progress = useProgress ().start ()
161
160
const { t, locale } = useI18n ()
You can’t perform that action at this time.
0 commit comments