Skip to content

Commit e071790

Browse files
committed
unused code removed
1 parent 4912e3f commit e071790

File tree

1 file changed

+1
-3
lines changed
  • client/packages/lowcoder-comps/src

1 file changed

+1
-3
lines changed

client/packages/lowcoder-comps/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { GraphChartCompWithDefault } from "comps/graphChartComp/graphChartComp";
1313
import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp";
1414
import { TreemapChartCompWithDefault } from "comps/treemapChartComp/treemapChartComp";
1515
import { SunburstChartCompWithDefault } from "comps/sunburstChartComp/sunburstChartComp";
16-
import { CalendarChartCompWithDefault } from "comps/calendarChartComp/chlendarChartComp";
1716
import { ThemeriverChartCompWithDefault } from "comps/themeriverChartComp/themeriverChartComp";
1817

1918
export default {
@@ -29,9 +28,8 @@ export default {
2928
treeChart: TreeChartCompWithDefault,
3029
treemapChart: TreemapChartCompWithDefault,
3130
sunburstChart: SunburstChartCompWithDefault,
32-
calendarChart: CalendarChartCompWithDefault,
3331
themeriverChart: ThemeriverChartCompWithDefault,
3432
imageEditor: ImageEditorComp,
35-
// calendar: CalendarComp,
33+
calendar: CalendarComp,
3634
mermaid: MermaidComp,
3735
};

0 commit comments

Comments
 (0)