diff --git a/src/index.js b/src/index.js index d2e992b..1ae6de9 100644 --- a/src/index.js +++ b/src/index.js @@ -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} \ No newline at end of file +export { GGanttChart, GGanttRow }