projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43bb801
)
Removed an unused dependency.
author
sabadev
<saba@sabadev.xyz>
Tue, 23 Mar 2021 02:06:24 +0000
(22:06 -0400)
committer
sabadev
<dev@sabadev.xyz>
Tue, 13 Apr 2021 01:16:37 +0000
(21:16 -0400)
src/Server.hs
patch
|
blob
|
history
diff --git
a/src/Server.hs
b/src/Server.hs
index
9ac4c6e
..
3b7616f
100644
(file)
--- a/
src/Server.hs
+++ b/
src/Server.hs
@@
-3,7
+3,6
@@
module Server where
import ApiTypes
import Control.Monad ((<=<))
import Control.Monad.IO.Class (liftIO)
-import Data.Maybe (fromMaybe)
import Html
import Lucid
import RenderBlog (renderBlog)