module Web.View.Static.Welcome where import Web.View.Prelude data WelcomeView = WelcomeView instance View WelcomeView where html WelcomeView = [hsx|
Your new application is up and running.
Join our community on Slack!
You can modify this start page by making changes to "./Web/View/Static/Welcome.hs".