chore: re-export CooklangPrint from Roux module
Build and Deploy / build-and-deploy (push) Successful in 1m57s

This commit is contained in:
2026-05-20 13:23:12 -04:00
parent 6e895f7286
commit 81723622be
+1
View File
@@ -5,5 +5,6 @@ module Roux (
) where ) where
import Data.CookLang as X import Data.CookLang as X
import Roux.CooklangPrint as X
import Roux.SchemaOrg as X import Roux.SchemaOrg as X
import Roux.Server (app) import Roux.Server (app)