mateamt/src/Model.hs

9 lines
134 B
Haskell
Raw Normal View History

2019-04-15 20:23:25 +00:00
module Model
( module M
) where
import Model.User as M
2019-07-18 15:09:26 +00:00
import Model.Product as M
2019-04-21 15:27:15 +00:00
import Model.Auth as M
2019-07-21 14:39:41 +00:00
import Model.Amount as M