Skip to content

Commit e1d95e1

Browse files
author
Google
committed
fix: fix passing-props-to-a-component
1 parent e137fbd commit e1d95e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/learn/passing-props-to-a-component.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ export default function Gallery() {
491491
);
492492
}
493493
```
494-
```
495494

496495
```js src/utils.js
497496
export function getImageUrl(imageId, size = 's') {

0 commit comments

Comments
 (0)