1
0
Fork 0

🚧 Work on API examples

This commit is contained in:
Joost De Cock 2019-05-25 11:11:46 +02:00
parent 8554120314
commit edc726ebb1
48 changed files with 259 additions and 203 deletions

View file

@ -9,8 +9,5 @@ export default part => {
to: points.to
});
snippets.notch1 = new Snippet("x", points.from);
snippets.notch2 = new Snippet("x", points.to);
return part;
};