♻️ componentization of objects

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-09-06 07:56:46 +02:00
parent 51a192ccba
commit f293734490
5 changed files with 98 additions and 49 deletions

View file

@ -5,3 +5,5 @@ export type movieObject = {
Year: string
imdbID: string
}
export type modalMovieType = movieObject | null