diff --git a/app/notes/[slug]/page.tsx b/app/notes/[slug]/page.tsx index cbe2ae32..de606f9d 100644 --- a/app/notes/[slug]/page.tsx +++ b/app/notes/[slug]/page.tsx @@ -87,7 +87,7 @@ const Page = async ({ params }: { params: Promise<{ slug: string }> }) => {
-
diff --git a/app/notes/page.tsx b/app/notes/page.tsx index 0fc2fff5..5aefcdbb 100644 --- a/app/notes/page.tsx +++ b/app/notes/page.tsx @@ -38,7 +38,7 @@ const Page = async () => {