feat(tiberius): Add i18n named export
This commit is contained in:
parent
7992b99f8d
commit
382a31c966
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 { tunica } from './tunica.mjs'
|
import { tunica } from './tunica.mjs'
|
||||||
|
|
||||||
// Setup our new design
|
// Setup our new design
|
||||||
|
@ -9,4 +10,4 @@ const Tiberius = new Design({
|
||||||
})
|
})
|
||||||
|
|
||||||
// Named exports
|
// Named exports
|
||||||
export { tunica, Tiberius }
|
export { tunica, Tiberius, i18n }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue