aboutsummaryrefslogtreecommitdiff
path: root/src/Base.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Base.elm')
-rw-r--r--src/Base.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Base.elm b/src/Base.elm
index 480147a..1d19723 100644
--- a/src/Base.elm
+++ b/src/Base.elm
@@ -25,6 +25,7 @@ type alias Model =
25 , config : Config 25 , config : Config
26 , currentWord : Int 26 , currentWord : Int
27 , inputBox : String 27 , inputBox : String
28 , inputCorrect : Bool
28 } 29 }
29 30
30 31