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.
1 parent 565e864 commit 5c455baCopy full SHA for 5c455ba
exercises/01.start/05.solution.use-client/app/movie-trailer.tsx
@@ -5,7 +5,6 @@ import LiteYouTubeEmbed from 'react-lite-youtube-embed'
5
import 'react-lite-youtube-embed/dist/LiteYouTubeEmbed.css'
6
import { type Movie } from '#app/movies-data.ts'
7
8
-// Client component for interactive trailer
9
export function MovieTrailer({ movie }: { movie: Movie }) {
10
const [showTrailer, setShowTrailer] = React.useState(false)
11
0 commit comments