diff --git a/src/routes/planes/$planId/_detalle/flujo.tsx b/src/routes/planes/$planId/_detalle/flujo.tsx index b50258e..eb3ba17 100644 --- a/src/routes/planes/$planId/_detalle/flujo.tsx +++ b/src/routes/planes/$planId/_detalle/flujo.tsx @@ -1,5 +1,6 @@ import { createFileRoute } from '@tanstack/react-router' -import { CheckCircle2, Circle, Clock } from 'lucide-react' +import { CheckCircle2, Clock } from 'lucide-react' + import { Badge } from '@/components/ui/badge' import { Button } from '@/components/ui/button' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' @@ -74,7 +75,7 @@ function RouteComponent() {
-