1
0
Fork 0

feat(lunetius): Add i18n named export

This commit is contained in:
joostdecock 2023-07-02 14:50:58 +02:00
parent 72a3808d1b
commit f99d098934

View file

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