TestImport: fix dup export
This commit is contained in:
parent
9d7a9f2b2a
commit
46d9cfd81e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module TestImport
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Application (makeFoundation)
|
import Application (makeFoundation)
|
||||||
import ClassyPrelude as X
|
import ClassyPrelude as X hiding (Handler)
|
||||||
import Database.Persist as X hiding (get)
|
import Database.Persist as X hiding (get)
|
||||||
import Database.Persist.Sql (SqlPersistM, runSqlPersistMPool)
|
import Database.Persist.Sql (SqlPersistM, runSqlPersistMPool)
|
||||||
import Foundation as X
|
import Foundation as X
|
||||||
|
|
Loading…
Reference in a new issue