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() {
- + {/*
@@ -97,11 +98,11 @@ function RouteComponent() {
  • Mapa curricular aprobado preliminarmente
  • - + */}
    {/* Estado: Pendiente */} -
    + {/*
    @@ -113,7 +114,7 @@ function RouteComponent() { Pendiente -
    +
    */}
    {/* LADO DERECHO: Formulario de Transición */} @@ -145,7 +146,7 @@ function RouteComponent() { />
    -