From e16937040a1350d01a732a5be8903ece6216e28e Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:42:19 -0600 Subject: [PATCH] fix compilation bug --- src/Foundation.hs | 1 + 1 file changed, 1 insertion(+) 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