mateamt/src/Model.hs

8 lines
109 B
Haskell

module Model
( module M
) where
import Model.User as M
import Model.Product as M
import Model.Auth as M