@worksafevictoria/wcl7.5 1.1.0-beta.75 → 1.1.0-beta.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
import CardGridItemIcon from './card-grid-item-icon.vue'
|
|
197
197
|
import CardGridItemCaret from './card-grid-item-caret.vue'
|
|
198
198
|
import RichText from '../../Paragraphs/RichText/index.vue'
|
|
199
|
-
import parseISO from 'date-fns
|
|
199
|
+
import { parseISO } from 'date-fns'
|
|
200
200
|
import { isAbsoluteUrl, isGovSite } from '../../../../lib/utility'
|
|
201
201
|
import { BCard, BCardBody, BCardTitle, BCardText } from 'bootstrap-vue-next'
|
|
202
202
|
|