cleanup for build

This commit is contained in:
karamvir
2023-07-31 21:59:55 -07:00
parent f15540e860
commit 1a806c209b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { ThemeToggle } from "@components/util";
import { Button } from "@ui/button";
import { ChevronRight, Circle, LogOut } from "lucide-react";
import { ChevronRight, LogOut } from "lucide-react";
import { Link, useLocation, useParams } from "react-router-dom";
import { useUser } from "@hooks";
@@ -5,7 +5,6 @@ import {
CardDescription,
CardContent,
} from "@ui/card";
import { WithLoading } from "@components/util";
import { PieChart } from "react-minimal-pie-chart";
import { Link } from "react-router-dom";
import { useRead } from "@hooks";