diff options
Diffstat (limited to 'Com/InfluencedByBooks/Aero.hs')
-rw-r--r-- | Com/InfluencedByBooks/Aero.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Com/InfluencedByBooks/Aero.hs b/Com/InfluencedByBooks/Aero.hs index 92d071d..bd996c6 100644 --- a/Com/InfluencedByBooks/Aero.hs +++ b/Com/InfluencedByBooks/Aero.hs @@ -5,9 +5,9 @@ -- | Front-end module Com.InfluencedByBooks.Aero where -import Com.Simatime.Alpha -import Com.InfluencedByBooks.Move (move) import Com.InfluencedByBooks.Core (Action(..), see, init) +import Com.InfluencedByBooks.Move (move) +import Com.Simatime.Alpha import Miso (App(..), defaultEvents, miso) main :: IO () |