From a80343c20714d6ca976a38675d5f96fc7ca681eb Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 28 Sep 2022 14:34:37 -0700 Subject: [PATCH] chore(yuri): Re-add the temporarily-removed hoodCenter part. --- designs/yuri/src/index.mjs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/designs/yuri/src/index.mjs b/designs/yuri/src/index.mjs index b12fd772a93..1c8ca7266ba 100644 --- a/designs/yuri/src/index.mjs +++ b/designs/yuri/src/index.mjs @@ -10,14 +10,7 @@ import { hoodCenter } from './hoodcenter.mjs' // Setup our new design const Yuri = new Design({ data, - parts: [ - back, - front, - sleeve, - gusset, - hoodSide, - // hoodCenter - ], + parts: [back, front, sleeve, gusset, hoodSide, hoodCenter], }) // Named exports