Skip to content

Commit a10e1f4

Browse files
committed
update solution for React Ch. 4 Ex. 18
1 parent 75398d5 commit a10e1f4

File tree

1 file changed

+1
-1
lines changed
  • 4-events/18-a-focus-in-art

1 file changed

+1
-1
lines changed

4-events/18-a-focus-in-art/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
import ZoomableImage from "./ZoomableImage.js";
55

66
export default function App() {
7-
return <div><ZoomableImage /></div>
7+
return <div><ZoomableImage imageURL="https://i.imgur.com/ZIBbN09.jpeg" zoomFactor={10} /></div>
88
}

0 commit comments

Comments
 (0)