hledger-web-0.19.1: Handler/RootR.hs
-- | Site root and misc. handlers. module Handler.RootR where import Import getRootR :: Handler RepHtml getRootR = redirect defaultroute where defaultroute = RegisterR
-- | Site root and misc. handlers. module Handler.RootR where import Import getRootR :: Handler RepHtml getRootR = redirect defaultroute where defaultroute = RegisterR