File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
client/packages/lowcoder-comps/src Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { GraphChartCompWithDefault } from "comps/graphChartComp/graphChartComp";
1313import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp" ;
1414import { TreemapChartCompWithDefault } from "comps/treemapChartComp/treemapChartComp" ;
1515import { SunburstChartCompWithDefault } from "comps/sunburstChartComp/sunburstChartComp" ;
16- import { CalendarChartCompWithDefault } from "comps/calendarChartComp/chlendarChartComp" ;
1716import { ThemeriverChartCompWithDefault } from "comps/themeriverChartComp/themeriverChartComp" ;
1817
1918export 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} ;
You can’t perform that action at this time.
0 commit comments