fix(huey): Type in designs i18n test
This commit is contained in:
parent
d5e40f7653
commit
cdbfa7369d
1 changed files with 2 additions and 1 deletions
|
@ -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 { back } from './back.mjs'
|
import { back } from './back.mjs'
|
||||||
import { front } from './front.mjs'
|
import { front } from './front.mjs'
|
||||||
|
@ -16,4 +17,4 @@ const Huey = new Design({
|
||||||
})
|
})
|
||||||
|
|
||||||
// Named exports
|
// Named exports
|
||||||
export { back, front, sleeve, pocket, hood, waistband, cuff, Huey }
|
export { back, front, sleeve, pocket, hood, waistband, cuff, Huey, i18n }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue