diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-21 20:03:25 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-21 20:03:25 +0530 |
| commit | 70ac685a5043a7b8ea9b72537dca8258198640c7 (patch) | |
| tree | b0e67fd2868cd17354f4b0861caca716d6b9d7ee /src/Chelleport/View.hs | |
| parent | 87815edbab70302793fb83259fedc1ae9004d172 (diff) | |
| download | chelleport-70ac685a5043a7b8ea9b72537dca8258198640c7.tar.gz chelleport-70ac685a5043a7b8ea9b72537dca8258198640c7.zip | |
Minor refactor
Diffstat (limited to '')
| -rw-r--r-- | src/Chelleport/View.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Chelleport/View.hs b/src/Chelleport/View.hs index 069e49c..459251b 100644 --- a/src/Chelleport/View.hs +++ b/src/Chelleport/View.hs @@ -1,5 +1,6 @@ module Chelleport.View (render) where +import Chelleport.Config import Chelleport.Draw import Chelleport.Types import Chelleport.Utils (intToCInt, isEmpty, isNotEmpty) |
