1
0
Fork 0
freesewing/packages/new-design/templates/from-tutorial.mjs

12 lines
185 B
JavaScript
Raw Normal View History

2022-11-29 17:57:03 -06:00
export const noInheritance = true
export const parts = [
{
part: 'bib',
2022-11-29 18:07:06 -06:00
// no draft method
2022-11-29 17:57:03 -06:00
draft: '',
},
]
2022-11-29 18:07:06 -06:00
// no additional dependencies
2022-11-29 17:57:03 -06:00
export const dependencies = []