1
0
Fork 0

changes code examples in the tutorial to align with the currently generated file

This commit is contained in:
Zee 2023-08-06 14:00:10 +00:00
parent 98dcb5301b
commit ba4b77cb42
4 changed files with 47 additions and 15 deletions

View file

@ -7,7 +7,8 @@ Time to turn our attention to the draft method of our part.
Inside our `design/src/bib.js` file, this is what it currently looks like:
```design/src/bib.mjs
function draftBib({ part }) {
function draftBib({ part
}) {
return part
}