fix(hugo): Type in designs i18n test
This commit is contained in:
parent
cdbfa7369d
commit
c5a5eec4d3
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
import { Design } from '@freesewing/core'
|
||||
import { data } from '../data.mjs'
|
||||
import { i18n } from '../i18n/index.mjs'
|
||||
import { back } from './back.mjs'
|
||||
import { front } from './front.mjs'
|
||||
import { sleeve } from './sleeve.mjs'
|
||||
|
@ -17,4 +18,16 @@ const Hugo = new Design({
|
|||
})
|
||||
|
||||
// Named exports
|
||||
export { back, front, sleeve, pocket, pocketFacing, hoodSide, hoodCenter, waistband, cuff, Hugo }
|
||||
export {
|
||||
back,
|
||||
front,
|
||||
sleeve,
|
||||
pocket,
|
||||
pocketFacing,
|
||||
hoodSide,
|
||||
hoodCenter,
|
||||
waistband,
|
||||
cuff,
|
||||
Hugo,
|
||||
i18n,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue