feat(lucy): Add i18n named export
This commit is contained in:
parent
57173c9ea9
commit
72a3808d1b
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
import { Design } from '@freesewing/core'
|
||||
import { data } from '../data.mjs'
|
||||
import { i18n } from '../i18n/index.mjs'
|
||||
import { pocket } from './pocket.mjs'
|
||||
|
||||
// Setup our new design
|
||||
const Lucy = new Design({ data, parts: [pocket] })
|
||||
|
||||
// Named exports
|
||||
export { pocket, Lucy }
|
||||
export { pocket, Lucy, i18n }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue