Skip to content

Commit

Permalink
Merge pull request #36 from hotungkhanh/kan-79/save-timetable-mods
Browse files Browse the repository at this point in the history
fix(display ganttchart): CI/CD build fix
  • Loading branch information
NguyenDonLam authored Oct 7, 2024
2 parents 16a88ef + ee5f85e commit 400eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/GanttChart.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { memo, useEffect, useRef } from "react";
import { Id } from "vis-data/declarations/data-interface";
import { DataGroupCollectionType, DataItemCollectionType, DataSet, Timeline, TimelineItem } from "vis-timeline/standalone";
import { DataGroupCollectionType, DataItemCollectionType, DataSet, Timeline } from "vis-timeline/standalone";
import "vis-timeline/styles/vis-timeline-graph2d.min.css";
import "../styles/ganttUnassignable.css";

Expand Down

0 comments on commit 400eb28

Please sign in to comment.