✨ modal showing for each movie
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
882df70ce5
commit
431e1bd472
6 changed files with 92 additions and 17 deletions
|
@ -0,0 +1,7 @@
|
|||
export type movieObject = {
|
||||
Poster: string
|
||||
Title: string
|
||||
Type: string
|
||||
Year: string
|
||||
imdbID: string
|
||||
}
|
Reference in a new issue