mateamt/src/Model.hs

8 lines
109 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