2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-25 14:10:34 +03:00

chore: format code

This commit is contained in:
yicone
2021-02-04 17:12:06 +08:00
parent 957a43f685
commit 7b928499c6
+2 -3
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 }