Spaces:
Sleeping
Sleeping
Bot commited on
Commit ·
795d888
1
Parent(s): 70e2728
Fix unused RefreshCw import compilation error
Browse files
src/components/eternity-dashboard.tsx
CHANGED
|
@@ -4,7 +4,7 @@ import { Button } from "@/components/ui/button";
|
|
| 4 |
import { Skeleton } from "ui/skeleton";
|
| 5 |
import { ScrollArea } from "ui/scroll-area";
|
| 6 |
import { toast } from "sonner";
|
| 7 |
-
import { Loader2, Plus, Play, Pause, AlertCircle
|
| 8 |
import { cn } from "lib/utils";
|
| 9 |
import dynamic from "next/dynamic";
|
| 10 |
import { Label } from "ui/label";
|
|
|
|
| 4 |
import { Skeleton } from "ui/skeleton";
|
| 5 |
import { ScrollArea } from "ui/scroll-area";
|
| 6 |
import { toast } from "sonner";
|
| 7 |
+
import { Loader2, Plus, Play, Pause, AlertCircle } from "lucide-react";
|
| 8 |
import { cn } from "lib/utils";
|
| 9 |
import dynamic from "next/dynamic";
|
| 10 |
import { Label } from "ui/label";
|