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