Skip to content

Commit f9b1f5b

Browse files
committed
removed CircularProgress for time being
1 parent 883eed8 commit f9b1f5b

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

chartlets.js/src/lib/components/CircularProgress.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

chartlets.js/src/lib/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@ import { registry } from "@/lib/component/Registry";
4040
import { Box } from "@/lib/components/Box";
4141
import { Button } from "@/lib/components/Button";
4242
import { Checkbox } from "@/lib/components/Checkbox";
43-
import { CircularProgress } from "@/lib/components/CircularProgress";
4443
import { Plot } from "@/lib/components/Plot";
4544
import { Select } from "@/lib/components/Select";
4645
import { Typography } from "@/lib/components/Typography";
4746

4847
registry.register(Box);
4948
registry.register(Button);
5049
registry.register(Checkbox);
51-
registry.register(CircularProgress);
5250
registry.register(Plot);
5351
registry.register(Select);
5452
registry.register(Typography);

0 commit comments

Comments
 (0)