From 6c0c0a0919c4cacce744695b0c0e6ffdbbbdcfd2 Mon Sep 17 00:00:00 2001 From: spinline Date: Thu, 12 Feb 2026 22:02:14 +0300 Subject: [PATCH] fix: resolve syntax error in app.rs and cleanup duplicate blocks --- frontend/src/app.rs | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index e37ee3b..eaf1c7e 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -225,8 +225,9 @@ fn InnerApp() -> impl IntoView { }/> impl IntoView { view! { - +
"Settings Page (Coming Soon)"
@@ -246,27 +247,3 @@ fn InnerApp() -> impl IntoView { } } - - - - -
"Settings Page (Coming Soon)"
-
-
-
- } - }/> - - - - } -}