5 lines
75 B
Haskell
5 lines
75 B
Haskell
module AppTypes
|
|
( module T
|
|
) where
|
|
|
|
import AppTypes.Configuration as T
|