From ea19ae94bd9dd29cdcd6daf05176b4d4ef16513a Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Mon, 15 Jun 2026 17:44:14 -0400 Subject: [PATCH] fmt --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cbdfae1..74c5f7d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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;