matebeamter/src/Types.hs
2019-09-16 09:44:46 +02:00

8 lines
109 B
Haskell

module Types
( module T
) where
import Types.Page as T
import Types.Reader as T
import Types.Views as T