feat(lunetius): Add i18n named export
This commit is contained in:
parent
72a3808d1b
commit
f99d098934
1 changed files with 2 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue