refactor: update imports in various components for consistency and remove unused imports

This commit is contained in:
2025-08-27 10:08:41 -06:00
parent 98d04ac088
commit 7d5db6bb2f
5 changed files with 7 additions and 5 deletions

View File

@@ -256,6 +256,7 @@ function RouteComponent() {
</Link>
<Link
to="/asignaturas"
search={{ carreraId: '', f: '', facultadId: '', planId: '', q: '' }}
className="inline-flex items-center gap-2 rounded-xl bg-white/20 border border-white/30 px-3 py-1.5 text-sm hover:bg-white/30">
<Icons.BookOpen className="w-4 h-4" /> Nueva asignatura
</Link>