Skip to content

Commit 20de2f5

Browse files
authored
Fixed broken syntax in exercises/02.server-components/03.problem.streaming/ui/app.js (#23)
1 parent 06e2ae6 commit 20de2f5

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.server-components/03.problem.streaming/ui

1 file changed

+1
-1
lines changed

exercises/02.server-components/03.problem.streaming/ui/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 🐨 you'll want to import Suspense from react
2-
import { /* Suspense */, Fragment, createElement as h } from 'react'
2+
import { /* Suspense, */ Fragment, createElement as h } from 'react'
33
import {
44
ShipDetails,
55
// 💰 you'll want this:

0 commit comments

Comments
 (0)