diff --git a/Web/Controller/AgentRegistrations.hs b/Web/Controller/AgentRegistrations.hs index af94e3a..42bcda0 100644 --- a/Web/Controller/AgentRegistrations.hs +++ b/Web/Controller/AgentRegistrations.hs @@ -2,7 +2,11 @@ module Web.Controller.AgentRegistrations where -- IHF Phase 11 — Advanced AI Federation (IHUB-WP-0012 T03) -import Web.Controller.Prelude +import Web.Types +import Generated.Types +import IHP.Prelude +import IHP.ControllerPrelude +import IHP.ModelSupport (sqlQuery) import Web.View.AgentRegistrations.Index import Web.View.AgentRegistrations.Show import Web.View.AgentRegistrations.New