implemented individual list functionality
This commit is contained in:
parent
3373380f34
commit
c5f74f134d
24 changed files with 592 additions and 109 deletions
|
|
@ -1,6 +1,7 @@
|
|||
export type Movie = {
|
||||
id: number,
|
||||
title: string
|
||||
year: number
|
||||
imdb_id: string
|
||||
director: string
|
||||
actors: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue