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