aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/components.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/components.scm')
-rw-r--r--module/calp/html/components.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/html/components.scm b/module/calp/html/components.scm
index 49f00e52..ebc359b8 100644
--- a/module/calp/html/components.scm
+++ b/module/calp/html/components.scm
@@ -1,6 +1,6 @@
(define-module (calp html components)
- :use-module (util)
- :use-module (util exceptions)
+ :use-module (calp util)
+ :use-module (calp util exceptions)
:export (xhtml-doc)
)