sparkles: Added collar
This commit is contained in:
parent
7e943991ab
commit
1bccf5c827
5 changed files with 163 additions and 6 deletions
|
@ -14,6 +14,7 @@ import draftButtonholePlacket from "./buttonholeplacket";
|
|||
import draftYoke from "./yoke";
|
||||
import draftSleeve from "./sleeve";
|
||||
import draftCollarStand from "./collarstand";
|
||||
import draftCollar from "./collar";
|
||||
|
||||
// Constructor
|
||||
const Simon = function(settings) {
|
||||
|
@ -53,5 +54,6 @@ Simon.prototype.draftButtonholePlacket = draftButtonholePlacket;
|
|||
Simon.prototype.draftYoke = draftYoke;
|
||||
Simon.prototype.draftSleeve = draftSleeve;
|
||||
Simon.prototype.draftCollarStand = draftCollarStand;
|
||||
Simon.prototype.draftCollar = draftCollar;
|
||||
|
||||
export default Simon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue