diff --git a/src/Roux.hs b/src/Roux.hs index 167192c..c1c8a4f 100644 --- a/src/Roux.hs +++ b/src/Roux.hs @@ -1,10 +1,12 @@ -- | Top-level re-exports and application setup for Roux. module Roux ( app, + loadConfig, module X, ) where import Data.CookLang as X +import Roux.Config (loadConfig) import Roux.CooklangPrint as X import Roux.SchemaOrg as X import Roux.Server (app)