fix(hi): Type in designs i18n test
This commit is contained in:
parent
165a5fec3c
commit
70644cf858
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
import { Design } from '@freesewing/core'
|
||||
import { data } from '../data.mjs'
|
||||
import { i18n } from '../i18n/index.mjs'
|
||||
// Parts
|
||||
import { body } from './body.mjs'
|
||||
import { tail } from './tail.mjs'
|
||||
|
@ -18,4 +19,4 @@ const Hi = new Design({
|
|||
})
|
||||
|
||||
// Named exports
|
||||
export { body, tail, mouth, aboveMouth, belly, topFin, bottomFin, lowerTeeth, upperTeeth, Hi }
|
||||
export { body, tail, mouth, aboveMouth, belly, topFin, bottomFin, lowerTeeth, upperTeeth, Hi, i18n }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue