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

(re-export-modules (vcomponent base))