summaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-11-26 18:06:45 +0400
committerAndrew <saintruler@gmail.com>2020-11-26 18:06:45 +0400
commit8464c5cec2e2cba0eae009826de0532675152c4e (patch)
tree981d8db02b3e87d514ed8a0d97fdf533f5a04f35 /Main.hs
parent6907a35ac265c4d4eeb127befea481a84e59ad4a (diff)
Added stack tool to project
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index 8e3925e..b2c6de1 100644
--- a/Main.hs
+++ b/Main.hs
@@ -1,10 +1,12 @@
module Main where
import System.IO
+
import Response
import Request
import Router
import Views
+import Utils
renderTemplate name = do
template <- readTemplate name