diff --git a/src/Foundation.hs b/src/Foundation.hs index 4f54bf2..f458522 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -153,6 +153,7 @@ import Yesod.Persist.Core ( import Database.Persist ((==.)) import Database.Persist (selectFirst) import Database.Persist (entityVal) +import Handler.Root -- | The foundation datatype for your application. This can be a good place to