From fb1b49a3b28f1e95525edcf5855e507957ce91e1 Mon Sep 17 00:00:00 2001 From: AderKonstantin Date: Tue, 20 Jan 2026 01:43:48 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20Remove=20unusual=20brac?= =?UTF-8?q?kets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 1ae278d..d4b8420 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -43,10 +43,8 @@ const blogposts = [ export default function Home() { return ( - <> -
- -
- +
+ +
); }