From 872fb87313e32b33e4b1cf49fc196b6c8260ad55 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 7 Mar 2022 13:15:53 +0900 Subject: [PATCH] Minor formatting fix --- front_end/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front_end/src/main.rs b/front_end/src/main.rs index 3893bcd..947ed49 100644 --- a/front_end/src/main.rs +++ b/front_end/src/main.rs @@ -1,7 +1,7 @@ +mod ai; mod constants; mod state; mod yew_components; -mod ai; use state::SharedState; use yew::prelude::*;