fix: avatar center to cursor, and cleanup.

Lots of cleanup, went in with this too
This commit is contained in:
Evan Carroll 2026-01-17 22:32:34 -06:00
parent c3320ddcce
commit fe65835f4a
14 changed files with 769 additions and 708 deletions

View file

@ -28,6 +28,7 @@ pub mod auth;
pub mod components;
pub mod pages;
pub mod routes;
pub mod utils;
pub use app::{shell, App};
pub use routes::UserRoutes;