hledger-web-0.24: Handler/RootR.hs
-- | Site root and misc. handlers. module Handler.RootR where import Import getRootR :: Handler Html getRootR = redirect defaultroute where defaultroute = JournalR
-- | Site root and misc. handlers. module Handler.RootR where import Import getRootR :: Handler Html getRootR = redirect defaultroute where defaultroute = JournalR