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)"
-
-
-
- } - }/> - - - - } -}