diff --git a/src/app/notes/page.tsx b/src/app/notes/page.tsx index 47b1198046..0409048dea 100644 --- a/src/app/notes/page.tsx +++ b/src/app/notes/page.tsx @@ -13,5 +13,5 @@ export default async function Page() { }, }).then((res) => res.json() as Promise) - return + return }