From 2570323e3a44476c8eb2eacacec7e53720b08eac Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sat, 19 Jul 2025 23:39:19 +0900 Subject: [PATCH] #23 --- frontend/src/App.tsx | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 36c0282..d54981b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -69,28 +69,26 @@ export default () => { } return ( - <> +
- - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - + + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> + } /> +
- ) +
) }