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:
2026-05-03 21:29:19 +02:00
parent 38673c45a6
commit f7fc6e4387
3 changed files with 173 additions and 67 deletions

View File

@@ -74,7 +74,7 @@ export interface User {
paymentMethods: any[];
}
export interface MovieCatalog {
export interface MovieInterface {
id: number;
title: string;
genre: string;