Minor formatting fix

This commit is contained in:
Stephen Seo 2022-03-07 13:15:53 +09:00
parent 5e2c5b6d41
commit 872fb87313
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
mod ai;
mod constants;
mod state;
mod yew_components;
mod ai;
use state::SharedState;
use yew::prelude::*;