fix(hortensia): Type in designs i18n test
This commit is contained in:
parent
c33f8322b4
commit
d5e40f7653
1 changed files with 11 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 { sidepanel } from './sidepanel.mjs'
|
import { sidepanel } from './sidepanel.mjs'
|
||||||
import { frontpanel } from './frontpanel.mjs'
|
import { frontpanel } from './frontpanel.mjs'
|
||||||
|
@ -15,4 +16,13 @@ const Hortensia = new Design({
|
||||||
})
|
})
|
||||||
|
|
||||||
// Named exports
|
// Named exports
|
||||||
export { sidepanel, frontpanel, bottompanel, zipperpanel, sidepanelreinforcement, strap, Hortensia }
|
export {
|
||||||
|
sidepanel,
|
||||||
|
frontpanel,
|
||||||
|
bottompanel,
|
||||||
|
zipperpanel,
|
||||||
|
sidepanelreinforcement,
|
||||||
|
strap,
|
||||||
|
Hortensia,
|
||||||
|
i18n,
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue