SquidCounter/Web/Controller/Static.hs
2024-02-27 22:29:41 +01:00

7 lines
186 B
Haskell

module Web.Controller.Static where
import Web.Controller.Prelude
import Web.View.Static.Welcome
instance Controller StaticController where
action WelcomeAction = render WelcomeView