forked from janek/compareware
6 lines
186 B
Haskell
6 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
|