fix: sidebar ui breaking on web

This commit is contained in:
2026-02-17 22:16:09 +06:00
parent b56642fda8
commit 82534f958d
30 changed files with 506 additions and 428 deletions

View File

@ -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 (