From 2d1cbbf105fb94118ec96f3b75091c43be4f950a Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 16 Oct 2017 20:58:44 +1100 Subject: [PATCH] Remove a redundant import --- src/Handler/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Handler/Common.hs b/src/Handler/Common.hs index ecf5e8c..3b3e586 100644 --- a/src/Handler/Common.hs +++ b/src/Handler/Common.hs @@ -13,7 +13,7 @@ import Yesod.Sitemap import Import -import Model.Entry.Kind ( EntryKind, allEntryKinds ) +import Model.Entry.Kind ( allEntryKinds ) import Widget.Entry ( entryR ) -- These handlers embed files in the executable at compile time to avoid a