From fc98619cd6f43a59f67a15a67d13da73d3b54173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Fri, 29 Aug 2025 01:21:40 +0900 Subject: [PATCH] Update index.tsx --- src/app/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/index.tsx b/src/app/index.tsx index 22e4712..39f9ccc 100644 --- a/src/app/index.tsx +++ b/src/app/index.tsx @@ -14,7 +14,7 @@ function TimelineRedirect() { export default function App() { return ( - + } /> @@ -24,4 +24,4 @@ export default function App() { ); -} \ No newline at end of file +}