mateamt/app/AppTypes.hs
2022-07-17 21:28:22 +02:00

7 lines
107 B
Haskell

module AppTypes
( module T
) where
import AppTypes.Configuration as T
import AppTypes.SwaggerAPI as T