for the MovieListView.astro i added api integration. tmrw gotta put the api integration into the main hero.astro file
This commit is contained in:
@@ -74,7 +74,7 @@ export interface User {
|
||||
paymentMethods: any[];
|
||||
}
|
||||
|
||||
export interface MovieCatalog {
|
||||
export interface MovieInterface {
|
||||
id: number;
|
||||
title: string;
|
||||
genre: string;
|
||||
|
||||
Reference in New Issue
Block a user