aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
blob: f40756e27413baa22b2fd7bc4d2aefeddba984b0 (plain)
1
2
3
4
5
6
7
8
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 load-calendars))

(re-export-modules (vcomponent base))