From 72cf36e033ba794db7982befa45f035b62fa6cd2 Mon Sep 17 00:00:00 2001 From: "Alberto Duarte (PWC)" Date: Mon, 9 Oct 2023 17:32:25 +0100 Subject: Changes --- src/components/PreviewCard.tsx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/components/PreviewCard.tsx (limited to 'src/components/PreviewCard.tsx') diff --git a/src/components/PreviewCard.tsx b/src/components/PreviewCard.tsx deleted file mode 100644 index 5c4129f..0000000 --- a/src/components/PreviewCard.tsx +++ /dev/null @@ -1,19 +0,0 @@ -const imageURL = 'https://image.tmdb.org/t/p/original'; -import Genre from "./Genre"; -const baseURL ='https://api.themoviedb.org/3/' - -const PreviewCard = ({ movie }) => { - return ( -
-
-
-

- {movie.original_title} -

- -
-
- )} - - -export default PreviewCard \ No newline at end of file -- cgit v1.2.3-54-g00ecf