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 f7a252c commit 5594694Copy full SHA for 5594694
app/src/components/slider/MoviePoster.tsx
@@ -4,10 +4,9 @@ import { CarouselContext } from './CarouselContext';
4
5
import './MoviePoster.scss';
6
import FavoriteIcon from '@material-ui/icons/Favorite';
7
-import { Movie } from '../../generated/graphql';
8
9
type MoviePosterProps = {
10
- movie: Movie; // TODO: use the fragment type
+ movie: any; // TODO: use the fragment type
11
};
12
13
export function MoviePoster(props: MoviePosterProps) {
0 commit comments