diff --git a/designs/huey/src/index.mjs b/designs/huey/src/index.mjs index f46b45025dc..0ea8aa4e37d 100644 --- a/designs/huey/src/index.mjs +++ b/designs/huey/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 { back } from './back.mjs' import { front } from './front.mjs' @@ -16,4 +17,4 @@ const Huey = new Design({ }) // Named exports -export { back, front, sleeve, pocket, hood, waistband, cuff, Huey } +export { back, front, sleeve, pocket, hood, waistband, cuff, Huey, i18n }