1
0
Fork 0

fix(florence): Type in designs i18n test

This commit is contained in:
joostdecock 2023-07-02 13:31:21 +02:00
parent 659ee38a84
commit 1244fa46a0

View file

@ -1,6 +1,7 @@
import { Design } from '@freesewing/core'
import { data } from '../data.mjs'
import { mask } from './mask.mjs'
import { i18n } from '../i18n/index.mjs'
// Setup our new design
const Florence = new Design({
@ -9,4 +10,4 @@ const Florence = new Design({
})
// Named exports
export { mask, Florence }
export { mask, Florence, i18n }