1
0
Fork 0

Minor pattern tutorial edits

This commit is contained in:
Natalia Sayang 2024-03-20 00:49:55 +00:00
parent a98b869175
commit 05ad74490e
6 changed files with 32 additions and 66 deletions

View file

@ -63,10 +63,12 @@ Change the function to look like this:
```design/src/bib.mjs
function draftBib({
// highlight-start
Path,
Point,
paths,
points,
// highlight-end
part,
}) {