Remove forgotten redundant import

This commit is contained in:
Tissevert 2021-05-07 22:45:11 +02:00
parent dc9e7bc99d
commit 01533d8d14
1 changed files with 3 additions and 3 deletions

View File

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