chore(yuri): Re-add the temporarily-removed hoodCenter part.
This commit is contained in:
parent
7dc566df4d
commit
a80343c207
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue