6 lines
60 B
Haskell
6 lines
60 B
Haskell
|
module Types
|
||
|
( module T
|
||
|
) where
|
||
|
|
||
|
import Types.Page as T
|