(define-module (htmlpub))

(use-modules (web html))

(set-module-uses! %module-public-interface
                  (list (nested-ref the-root-module '(app modules web html))))
