From 81d1a46cced02eef635ecd4b7b6c5d7b50204a2f Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Wed, 2 Apr 2025 17:27:32 +0100 Subject: [PATCH] Just trying to show data --- frontend/src/app/album/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/album/page.tsx b/frontend/src/app/album/page.tsx index 02cf26c..4183936 100644 --- a/frontend/src/app/album/page.tsx +++ b/frontend/src/app/album/page.tsx @@ -3,7 +3,7 @@ export default async function Page() { const albums = await data.json() return (