We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883eed8 commit f9b1f5bCopy full SHA for f9b1f5b
2 files changed
chartlets.js/src/lib/components/CircularProgress.tsx
chartlets.js/src/lib/index.ts
@@ -40,15 +40,13 @@ import { registry } from "@/lib/component/Registry";
40
import { Box } from "@/lib/components/Box";
41
import { Button } from "@/lib/components/Button";
42
import { Checkbox } from "@/lib/components/Checkbox";
43
-import { CircularProgress } from "@/lib/components/CircularProgress";
44
import { Plot } from "@/lib/components/Plot";
45
import { Select } from "@/lib/components/Select";
46
import { Typography } from "@/lib/components/Typography";
47
48
registry.register(Box);
49
registry.register(Button);
50
registry.register(Checkbox);
51
-registry.register(CircularProgress);
52
registry.register(Plot);
53
registry.register(Select);
54
registry.register(Typography);
0 commit comments