diff --git a/designs/hi/src/index.mjs b/designs/hi/src/index.mjs index 28831913eaa..3e933826257 100644 --- a/designs/hi/src/index.mjs +++ b/designs/hi/src/index.mjs @@ -1,5 +1,6 @@ import { Design } from '@freesewing/core' import { data } from '../data.mjs' +import { i18n } from '../i18n/index.mjs' // Parts import { body } from './body.mjs' import { tail } from './tail.mjs' @@ -18,4 +19,4 @@ const Hi = new Design({ }) // Named exports -export { body, tail, mouth, aboveMouth, belly, topFin, bottomFin, lowerTeeth, upperTeeth, Hi } +export { body, tail, mouth, aboveMouth, belly, topFin, bottomFin, lowerTeeth, upperTeeth, Hi, i18n }