♻️ componentization of objects
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
51a192ccba
commit
f293734490
5 changed files with 98 additions and 49 deletions
|
@ -5,3 +5,5 @@ export type movieObject = {
|
|||
Year: string
|
||||
imdbID: string
|
||||
}
|
||||
|
||||
export type modalMovieType = movieObject | null
|
||||
|
|
Reference in a new issue