15 lines
261 B
Haskell
15 lines
261 B
Haskell
module Handler.Wallet where
|
|
|
|
import Import
|
|
|
|
getWalletR :: Handler Html
|
|
getWalletR = do
|
|
defaultLayout $ [whamlet|
|
|
<h1>Transactions in the last xx hours
|
|
|
|
<h1>Statistices for the last xx days
|
|
|
|
|]
|
|
|
|
|