diff --git a/src/DOM.hs b/src/DOM.hs index 686f8d9..92a5963 100644 --- a/src/DOM.hs +++ b/src/DOM.hs @@ -19,9 +19,9 @@ import Data.Text (Text, pack, empty) import DOM.Card (HasCard) import qualified DOM.Card as Card (make) import Lucid ( - Attribute, HtmlT, a_, article_, body_, charset_, class_, div_, doctypehtml_ - , h1_, h2_, head_, header_, href_, li_, link_, id_, meta_, pre_, rel_ - , script_, src_, title_, toHtml, toHtmlRaw, type_, ul_ + HtmlT, a_, article_, body_, charset_, class_, div_, doctypehtml_, h1_, h2_ + , head_, header_, href_, li_, link_, id_, meta_, pre_, rel_, script_, src_ + , title_, toHtml, toHtmlRaw, type_, ul_ ) import Markdown (Markdown(..), MarkdownContent(..)) import Network.URL (URL)