1
0
Fork 0

fix(hi): Type in designs i18n test

This commit is contained in:
joostdecock 2023-07-02 13:32:18 +02:00
parent 165a5fec3c
commit 70644cf858

View file

@ -1,5 +1,6 @@
import { Design } from '@freesewing/core' import { Design } from '@freesewing/core'
import { data } from '../data.mjs' import { data } from '../data.mjs'
import { i18n } from '../i18n/index.mjs'
// Parts // Parts
import { body } from './body.mjs' import { body } from './body.mjs'
import { tail } from './tail.mjs' import { tail } from './tail.mjs'
@ -18,4 +19,4 @@ const Hi = new Design({
}) })
// Named exports // 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 }