summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/tonkadur/Tonkadur/PlayerInput.elm')
-rw-r--r--src/shared/tonkadur/Tonkadur/PlayerInput.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/tonkadur/Tonkadur/PlayerInput.elm b/src/shared/tonkadur/Tonkadur/PlayerInput.elm
index 0cd75aa..c5fd837 100644
--- a/src/shared/tonkadur/Tonkadur/PlayerInput.elm
+++ b/src/shared/tonkadur/Tonkadur/PlayerInput.elm
@@ -1,8 +1,8 @@
module Tonkadur.PlayerInput exposing (..)
-- Elm -------------------------------------------------------------------------
-import List
import Dict
+import List
-- Tonkadur --------------------------------------------------------------------
import Tonkadur.Types