Skip to content

Commit

Permalink
Merge pull request #95 from bcgov/scdicontact
Browse files Browse the repository at this point in the history
downloadfix
  • Loading branch information
michaeltangbcgov authored Nov 16, 2023
2 parents 280d335 + a084678 commit 0cf0fc3
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 0cf0fc3

Please sign in to comment.