1
0
Fork 0

feat(ursula): Add i18n named export

This commit is contained in:
joostdecock 2023-07-02 17:08:16 +02:00
parent b72b25db44
commit 32cd193fb5

View file

@ -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 }