matebeamter/src/Control.hs

7 lines
89 B
Haskell

module Control
( module C
) where
import Control.Auth as C
import Control.User as C