matebeamter/src/View.hs
2019-10-13 22:25:05 +02:00

8 lines
105 B
Haskell

module View
( module V
) where
import View.Auth as V
import View.User as V
import View.Product as V