2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-11 18:02:34 +03:00
Files
vue-ganttastic/src/lib.js
T
2021-10-15 00:19:56 +03:00

5 lines
141 B
JavaScript

import GGanttChart from '@/components/GGanttChart.vue'
import GGanttRow from '@/components/GGanttRow.vue'
export { GGanttChart, GGanttRow }