fix(unice): Turns out it does not extend Ursula
This commit is contained in:
parent
bcf47b7d50
commit
bc0396375a
1 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
import { Design, mergeI18n } from '@freesewing/core'
|
||||
import { Design } from '@freesewing/core'
|
||||
import { data } from '../data.mjs'
|
||||
import { i18n as ursulaI18n } from '@freesewing/ursula'
|
||||
import { i18n as uniceI18n } from '../i18n/index.mjs'
|
||||
import { i18n } from '../i18n/index.mjs'
|
||||
import { front } from './front.mjs'
|
||||
import { back } from './back.mjs'
|
||||
import { gusset } from './gusset.mjs'
|
||||
|
@ -13,10 +12,5 @@ const Unice = new Design({
|
|||
parts: [front, back, gusset, elastic],
|
||||
})
|
||||
|
||||
// Merge translations
|
||||
const i18n = mergeI18n([ursulaI18n, uniceI18n], {
|
||||
o: { drop: ['fabricStretch'] },
|
||||
})
|
||||
|
||||
// Named exports
|
||||
export { front, back, gusset, elastic, Unice, i18n }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue