aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar/shared.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/view/calendar/shared.scm')
-rw-r--r--module/calp/html/view/calendar/shared.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/calp/html/view/calendar/shared.scm b/module/calp/html/view/calendar/shared.scm
index b00888a9..3e6ff105 100644
--- a/module/calp/html/view/calendar/shared.scm
+++ b/module/calp/html/view/calendar/shared.scm
@@ -7,15 +7,13 @@
:select (event-length
overlapping?
event-length/clamped))
- :use-module ((vcomponent datetime output)
- :select (format-summary))
:use-module (hnh util tree)
:use-module (datetime)
:use-module (calp html config)
:use-module ((calp html components)
:select (btn tabset))
:use-module ((calp html vcomponent)
- :select (make-block) )
+ :select (make-block format-summary))
:use-module (ice-9 format)
)