mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-11 18:02:34 +03:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
import GGanttChart from '@/components/GGanttChart.vue'
|
|
import GGanttRow from '@/components/GGanttRow.vue'
|
|
|
|
export { GGanttChart, GGanttRow }
|