Skip to content

Commit

Permalink
downloadfix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltangbcgov committed Nov 16, 2023
1 parent 250a3d0 commit a084678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/SchoolView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import router from '@/router'
import InstituteService from '@/services/InstituteService'
import { useAppStore } from '@/stores/app'
import type { School, Grade } from '@/types/types.d.ts'
const jsonexport = require('jsonexport/dist')
import jsonexport from 'jsonexport/dist'
import { distNumberFromMincode, formatPhoneNumber } from '@/utils/common'
import DisplayAddress from '@/components/common/DisplayAddress.vue'
import { useSanitizeURL } from '@/composables/string'
Expand Down

0 comments on commit a084678

Please sign in to comment.