aboutsummaryrefslogtreecommitdiff
path: root/module/html/view/calendar/shared.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--module/calp/html/view/calendar/shared.scm (renamed from module/html/view/calendar/shared.scm)8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/html/view/calendar/shared.scm b/module/calp/html/view/calendar/shared.scm
index d1f58460..73698060 100644
--- a/module/html/view/calendar/shared.scm
+++ b/module/calp/html/view/calendar/shared.scm
@@ -1,4 +1,4 @@
-(define-module (html view calendar shared)
+(define-module (calp html view calendar shared)
:use-module (util)
:use-module (srfi srfi-1)
:use-module (vcomponent)
@@ -10,10 +10,10 @@
:select (format-summary))
:use-module (util tree)
:use-module (datetime)
- :use-module (html config)
- :use-module ((html components)
+ :use-module (calp html config)
+ :use-module ((calp html components)
:select (btn tabset))
- :use-module ((html vcomponent)
+ :use-module ((calp html vcomponent)
:select (make-block) )
)