File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed
Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,15 +40,13 @@ import { registry } from "@/lib/component/Registry";
4040import { Box } from "@/lib/components/Box" ;
4141import { Button } from "@/lib/components/Button" ;
4242import { Checkbox } from "@/lib/components/Checkbox" ;
43- import { CircularProgress } from "@/lib/components/CircularProgress" ;
4443import { Plot } from "@/lib/components/Plot" ;
4544import { Select } from "@/lib/components/Select" ;
4645import { Typography } from "@/lib/components/Typography" ;
4746
4847registry . register ( Box ) ;
4948registry . register ( Button ) ;
5049registry . register ( Checkbox ) ;
51- registry . register ( CircularProgress ) ;
5250registry . register ( Plot ) ;
5351registry . register ( Select ) ;
5452registry . register ( Typography ) ;
You can’t perform that action at this time.
0 commit comments