From 70644cf85858a82d5f0a54ea95e22282c7ac985c Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 2 Jul 2023 13:32:18 +0200 Subject: [PATCH] fix(hi): Type in designs i18n test --- designs/hi/src/index.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }