aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
blob: 0283161e461fc63cf8061f72affeb7280a4d77da (plain)
1
2
3
4
5
6
7
8
(define-module (vcomponent)
  :use-module (vcomponent base)
  :use-module (vcomponent parse)
  :use-module (util)
  :re-export (make-vcomponent parse-cal-path parse-calendar))

(re-export-modules (vcomponent base))