1
0
Fork 0

fix(huey): Type in designs i18n test

This commit is contained in:
joostdecock 2023-07-02 13:34:22 +02:00
parent d5e40f7653
commit cdbfa7369d

View file

@ -1,5 +1,6 @@
import { Design } from '@freesewing/core'
import { data } from '../data.mjs'
import { i18n } from '../i18n/index.mjs'
// Parts
import { back } from './back.mjs'
import { front } from './front.mjs'
@ -16,4 +17,4 @@ const Huey = new Design({
})
// Named exports
export { back, front, sleeve, pocket, hood, waistband, cuff, Huey }
export { back, front, sleeve, pocket, hood, waistband, cuff, Huey, i18n }