added Handler/ProfitItems

This commit is contained in:
Stefan Dresselhaus
2015-08-20 18:42:53 +02:00
parent a71c8f3b26
commit 7de15e9bac
4 changed files with 9 additions and 0 deletions

6
Handler/ProfitItems.hs Normal file
View File

@ -0,0 +1,6 @@
module Handler.ProfitItems where
import Import
getProfitItemsR :: Handler Html
getProfitItemsR = error "Not yet implemented: getProfitItemsR"