Skip to content

Commit 01e7c32

Browse files
felixmoshthebuilder
authored andcommitted
Fix exported component name (#274)
1 parent 15bfb2d commit 01e7c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ const TrackImpression = () => {
141141
)
142142
}
143143

144-
export default LazyAnimation
144+
export default TrackImpression
145145
```

0 commit comments

Comments
 (0)