Add spinner to login page

This commit is contained in:
Michael Mikovsky
2025-12-01 09:03:17 -07:00
parent 22650e5668
commit b321528fcd
3 changed files with 39 additions and 25 deletions
-2
View File
@@ -1,6 +1,4 @@
// #![macro_use]
#[cfg(feature = "run")]
mod api;
#[cfg(feature = "run")]
pub use api::app::start_api;