fmt
Some checks failed
Push Workflows / build (push) Failing after 5s
Push Workflows / rustfmt (push) Successful in 4s
Push Workflows / test (push) Failing after 37s
Push Workflows / clippy (push) Failing after 34s
Push Workflows / docs (push) Failing after 43s
Push Workflows / nix-build (push) Failing after 1m53s

This commit is contained in:
2026-06-15 17:44:14 -04:00
parent 310ba73173
commit ea19ae94bd

View File

@@ -1,8 +1,8 @@
use dioxus::prelude::*;
pub mod api;
pub mod models;
pub mod components;
pub mod models;
pub mod pages;
pub mod schema;