compareware/Web/Controller/Static.hs

7 lines
186 B
Haskell
Raw Normal View History

2023-04-16 10:31:32 +00:00
module Web.Controller.Static where
import Web.Controller.Prelude
import Web.View.Static.Welcome
instance Controller StaticController where
action WelcomeAction = render WelcomeView