diff --git a/exercises/02.server-components/03.problem.streaming/ui/app.js b/exercises/02.server-components/03.problem.streaming/ui/app.js index 05e88b0..eb0d708 100644 --- a/exercises/02.server-components/03.problem.streaming/ui/app.js +++ b/exercises/02.server-components/03.problem.streaming/ui/app.js @@ -1,5 +1,5 @@ // 🐨 you'll want to import Suspense from react -import { /* Suspense */, Fragment, createElement as h } from 'react' +import { /* Suspense, */ Fragment, createElement as h } from 'react' import { ShipDetails, // 💰 you'll want this: