We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exercises/02.server-components/03.problem.streaming/ui/app.js
1 parent 06e2ae6 commit 20de2f5Copy full SHA for 20de2f5
exercises/02.server-components/03.problem.streaming/ui/app.js
@@ -1,5 +1,5 @@
1
// 🐨 you'll want to import Suspense from react
2
-import { /* Suspense */, Fragment, createElement as h } from 'react'
+import { /* Suspense, */ Fragment, createElement as h } from 'react'
3
import {
4
ShipDetails,
5
// 💰 you'll want this:
0 commit comments