Add json type assertions for import statements.
This commit is contained in:
parent
8d192f6680
commit
bd83fd6036
37 changed files with 37 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
|||
import React from 'react'
|
||||
import VersionsIcon from 'shared/components/icons/versions.js'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
import versions from 'site/versions.json'
|
||||
import versions from 'site/versions.json' assert { type: 'json' }
|
||||
import useVersion from 'site/hooks/useVersion.js'
|
||||
import {Picker, PickerLink} from 'shared/components/picker'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue