2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-21 20:40:34 +03:00

chore: format code

This commit is contained in:
yicone
2021-02-04 17:12:06 +08:00
parent 957a43f685
commit 7b928499c6
+3 -4
View File
@@ -1,5 +1,4 @@
import GGanttChart from "./GGanttChart.vue"
import GGanttRow from "./GGanttRow.vue"
import GGanttChart from './GGanttChart.vue'
import GGanttRow from './GGanttRow.vue'
export {GGanttChart, GGanttRow}
export { GGanttChart, GGanttRow }