Skip to content

Commit 5594694

Browse files
committed
added example any
1 parent f7a252c commit 5594694

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/components/slider/MoviePoster.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ import { CarouselContext } from './CarouselContext';
44

55
import './MoviePoster.scss';
66
import FavoriteIcon from '@material-ui/icons/Favorite';
7-
import { Movie } from '../../generated/graphql';
87

98
type MoviePosterProps = {
10-
movie: Movie; // TODO: use the fragment type
9+
movie: any; // TODO: use the fragment type
1110
};
1211

1312
export function MoviePoster(props: MoviePosterProps) {

0 commit comments

Comments
 (0)