Add api module
Some checks failed
Push Workflows / build (push) Failing after 6s
Push Workflows / rustfmt (push) Failing after 4s
Push Workflows / test (push) Failing after 40s
Push Workflows / clippy (push) Failing after 34s
Push Workflows / docs (push) Failing after 41s
Push Workflows / nix-build (push) Has been cancelled

This commit is contained in:
2026-06-15 17:33:25 -04:00
parent ef6a217e86
commit c147b480a9
2 changed files with 2 additions and 0 deletions

1
src/api/mod.rs Normal file
View File

@@ -0,0 +1 @@

View File

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