Skip to content

Commit

Permalink
delete useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
RuKaSuu committed Jun 16, 2023
1 parent 15d8031 commit 3e4e189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front-end/src/views/MaterialsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ import Bell from '@/components/common/svg/Bell.vue';
import ApprouvalCenter from '@/components/materials/ApprouvalCenter.vue';
import { useMaterialStore } from '@/store/modules/material.store';
import { useRouter } from 'vue-router';
import pdfMakeFonts from '@/utils/pdfMakeFonts';
// This file will register globalThis.pdfMake.vfs, the documentation does not explicity define the behavior
// Unless you want to change the font, you don't need to assign pdfmake.vfs = globalThis.pdfMake.vfs.
Expand Down

0 comments on commit 3e4e189

Please sign in to comment.