aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 0283161e..f40756e2 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -1,8 +1,9 @@
(define-module (vcomponent)
:use-module (vcomponent base)
:use-module (vcomponent parse)
+ :use-module (vcomponent load)
:use-module (util)
- :re-export (make-vcomponent parse-cal-path parse-calendar))
+ :re-export (make-vcomponent parse-cal-path
+ parse-calendar load-calendars))
(re-export-modules (vcomponent base))
-