fix: sidebar ui breaking on web
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
import { List, SquarePen, DecimalsArrowRight, MapPin } from "lucide-react";
|
||||
import { Progress } from "../../components/ui/progress";
|
||||
import { Button } from "../../components/ui/button";
|
||||
import { DecimalsArrowRight, MapPin } from "lucide-react";
|
||||
import {
|
||||
Card,
|
||||
CardHeader,
|
||||
@ -9,7 +7,7 @@ import {
|
||||
CardFooter,
|
||||
} from "../../components/ui/card";
|
||||
import { Field, FieldLabel } from "../../components/ui/field";
|
||||
import { CircularProgress } from "../../components/CircularProgress";
|
||||
import { Progress } from "../../components/ui/progress";
|
||||
|
||||
export const Analytics = () => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user