fix compilation bug

This commit is contained in:
Lucy Cifferello
2023-06-15 16:42:19 -06:00
parent 74b02239e5
commit e16937040a

View File

@@ -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