fix(florence): Type in designs i18n test
This commit is contained in:
parent
659ee38a84
commit
1244fa46a0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
import { Design } from '@freesewing/core'
|
import { Design } from '@freesewing/core'
|
||||||
import { data } from '../data.mjs'
|
import { data } from '../data.mjs'
|
||||||
import { mask } from './mask.mjs'
|
import { mask } from './mask.mjs'
|
||||||
|
import { i18n } from '../i18n/index.mjs'
|
||||||
|
|
||||||
// Setup our new design
|
// Setup our new design
|
||||||
const Florence = new Design({
|
const Florence = new Design({
|
||||||
|
@ -9,4 +10,4 @@ const Florence = new Design({
|
||||||
})
|
})
|
||||||
|
|
||||||
// Named exports
|
// Named exports
|
||||||
export { mask, Florence }
|
export { mask, Florence, i18n }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue