Move Djot module

This commit is contained in:
Nathan McCarty 2025-02-21 03:26:12 -05:00
parent f60e209073
commit f0718bbf2c
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ depends = structures
-- modules to install
modules = SSG.Parser.Core
, SSG.Parser.Util
, SSG.Parser.Djot
, SSG.Djot
, SSG.HTML
, SSG.HTML.ElementTypes

View file

@ -1,4 +1,4 @@
module SSG.Parser.Djot
module SSG.Djot
import SSG.Parser.Core
import SSG.Parser.Util