neat/Handler/Wallet.hs

7 lines
124 B
Haskell
Raw Normal View History

2015-04-26 22:18:24 +02:00
module Handler.Wallet where
import Import
getWalletR :: Handler Html
getWalletR = error "Not yet implemented: getWalletR"