From 7e63a1364442d5c351c8d216ad6e08a79b747e6d Mon Sep 17 00:00:00 2001 From: SideeID Date: Thu, 21 Nov 2024 13:15:21 +0700 Subject: [PATCH] Add blank lines for improved readability in App.jsx --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index 3c57861..116672a 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -19,6 +19,7 @@ function App() { return (
+ + {page === 'main' && } {page === 'setting' && } {page === 'history' && } -- GitLab