think it
@@ -107,6 +107,6 @@ export default function FirstPostPage() {From b390564589e80cb5012dfa874b6284ed552c761c Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:17:22 +0000 Subject: [PATCH] gfs --- app/blog/first-post/page.tsx | 4 ++-- app/blog/layout.tsx | 6 ++++-- app/blog/third-post/page.tsx | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/blog/first-post/page.tsx b/app/blog/first-post/page.tsx index e5ff34a87..8e9b3b1a4 100644 --- a/app/blog/first-post/page.tsx +++ b/app/blog/first-post/page.tsx @@ -7,7 +7,7 @@ const post = posts.find(p => p.slug === 'first-post'); export default function FirstPostPage() { return ( -
+think it
@@ -107,6 +107,6 @@ export default function FirstPostPage() {think it
@@ -106,6 +106,6 @@ export default function ThirdPostPage() {