Remove a redundant import
This commit is contained in:
parent
5a83121431
commit
2d1cbbf105
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import Yesod.Sitemap
|
||||||
|
|
||||||
import Import
|
import Import
|
||||||
|
|
||||||
import Model.Entry.Kind ( EntryKind, allEntryKinds )
|
import Model.Entry.Kind ( allEntryKinds )
|
||||||
import Widget.Entry ( entryR )
|
import Widget.Entry ( entryR )
|
||||||
|
|
||||||
-- These handlers embed files in the executable at compile time to avoid a
|
-- These handlers embed files in the executable at compile time to avoid a
|
||||||
|
|
Loading…
Reference in a new issue