feat: exam actions and data safety fixes

This commit is contained in:
SpecialX
2025-12-30 17:48:22 +08:00
parent e7c902e8e1
commit f7ff018490
27 changed files with 896 additions and 194 deletions

View File

@@ -2,7 +2,6 @@ import {
BarChart,
BookOpen,
Calendar,
GraduationCap,
LayoutDashboard,
Settings,
Users,
@@ -15,10 +14,11 @@ import {
Library,
PenTool
} from "lucide-react"
import type { LucideIcon } from "lucide-react"
export type NavItem = {
title: string
icon: any
icon: LucideIcon
href: string
items?: { title: string; href: string }[]
}