File tree 1 file changed +1
-3
lines changed
client/packages/lowcoder-comps/src
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";
13
13
import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp" ;
14
14
import { TreemapChartCompWithDefault } from "comps/treemapChartComp/treemapChartComp" ;
15
15
import { SunburstChartCompWithDefault } from "comps/sunburstChartComp/sunburstChartComp" ;
16
- import { CalendarChartCompWithDefault } from "comps/calendarChartComp/chlendarChartComp" ;
17
16
import { ThemeriverChartCompWithDefault } from "comps/themeriverChartComp/themeriverChartComp" ;
18
17
19
18
export default {
@@ -29,9 +28,8 @@ export default {
29
28
treeChart : TreeChartCompWithDefault ,
30
29
treemapChart : TreemapChartCompWithDefault ,
31
30
sunburstChart : SunburstChartCompWithDefault ,
32
- calendarChart : CalendarChartCompWithDefault ,
33
31
themeriverChart : ThemeriverChartCompWithDefault ,
34
32
imageEditor : ImageEditorComp ,
35
- // calendar: CalendarComp,
33
+ calendar : CalendarComp ,
36
34
mermaid : MermaidComp ,
37
35
} ;
You can’t perform that action at this time.
0 commit comments