refactor: use type import
This commit is contained in:
parent
2b9bcb7e6e
commit
cf653915cd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import contentMapJson from "@developomp-site/content/dist/map.json"
|
||||
import { ContentMap } from "@developomp-site/content/src/types/types"
|
||||
import { type ContentMap } from "@developomp-site/content/src/types/types"
|
||||
|
||||
export default contentMapJson as ContentMap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue