repo-based-blog-0.0.1: library/Web/RBB/Types.hs
{- |
Module : Web.RBB.Types
Description : Data Type definitions for the blog
Copyright : (c) Sebastian Witte
License : BSD3
Maintainer : woozletoff@gmail.com
Stability : experimental
-}
module Web.RBB.Types
( module ReExport
) where
import Web.RBB.Types.Entry as ReExport
import Web.RBB.Types.FileType as ReExport