diff --git a/src/Views.hs b/src/Views.hs index 49e0e54..da20d1e 100644 --- a/src/Views.hs +++ b/src/Views.hs @@ -5,9 +5,9 @@ module Views where import Data.Text (Text) import Data.Text.Lazy (toStrict) import Text.Blaze.Html.Renderer.Text (renderHtml) -import Text.Blaze.Html5 as H -import Text.Blaze.Html5.Attributes as A -import qualified Web.Spock.Safe as S +import Text.Blaze.Html5 as H +import Text.Blaze.Html5.Attributes as A +import qualified Web.Spock.Safe as S render :: Html -> S.ActionT IO () render = S.html . toStrict . renderHtml @@ -49,4 +49,4 @@ template fill = footer $ do "breve is open " a ! href "https://github.com/rnhmjoj/breve" $ "source" - H.span "© Rnhmjoj" \ No newline at end of file + H.span "© Rnhmjoj"