Initial commit
This commit is contained in:
13
Web/Controller/Prelude.hs
Normal file
13
Web/Controller/Prelude.hs
Normal file
@ -0,0 +1,13 @@
|
||||
module Web.Controller.Prelude
|
||||
( module Web.Types
|
||||
, module Application.Helper.Controller
|
||||
, module IHP.ControllerPrelude
|
||||
, module Generated.Types
|
||||
)
|
||||
where
|
||||
|
||||
import Web.Types
|
||||
import Application.Helper.Controller
|
||||
import IHP.ControllerPrelude
|
||||
import Generated.Types
|
||||
import Web.Routes
|
6
Web/Controller/Static.hs
Normal file
6
Web/Controller/Static.hs
Normal file
@ -0,0 +1,6 @@
|
||||
module Web.Controller.Static where
|
||||
import Web.Controller.Prelude
|
||||
import Web.View.Static.Welcome
|
||||
|
||||
instance Controller StaticController where
|
||||
action WelcomeAction = render WelcomeView
|
Reference in New Issue
Block a user