feat(ursula): Add i18n named export
This commit is contained in:
parent
b72b25db44
commit
32cd193fb5
1 changed files with 2 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 { gusset } from './gusset.mjs'
|
||||
|
@ -12,4 +13,4 @@ const Ursula = new Design({
|
|||
})
|
||||
|
||||
// Named exports
|
||||
export { back, front, gusset, elastic, Ursula }
|
||||
export { back, front, gusset, elastic, Ursula, i18n }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue