Se agrega drag y nuevas funcionalidades al detalle de plan

This commit is contained in:
2026-01-08 16:03:42 -06:00
parent c02d75789e
commit 22e6fcb113
4 changed files with 528 additions and 140 deletions

View File

@@ -1,5 +1,5 @@
import * as Dialog from '@radix-ui/react-dialog';
import { Pencil, X, Info } from 'lucide-react';
import { Pencil, X } from 'lucide-react';
export type Materia = {
id: string;
clave: string;