feat(cathrin): Add i18n named export
This commit is contained in:
parent
f42db3401f
commit
7f396e6737
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@ import { panel6 } from './panel6.mjs'
|
|||
// Skeleton parts for export
|
||||
import { base } from './base.mjs'
|
||||
import { panels } from './panels.mjs'
|
||||
// Translation
|
||||
import { i18n } from '../i18n/index.mjs'
|
||||
|
||||
// Create design
|
||||
const Cathrin = new Design({
|
||||
|
@ -18,4 +20,4 @@ const Cathrin = new Design({
|
|||
})
|
||||
|
||||
// Named exports
|
||||
export { base, panels, panel1, panel2, panel3, panel4, panel5, panel6, Cathrin }
|
||||
export { base, panels, panel1, panel2, panel3, panel4, panel5, panel6, Cathrin, i18n }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue