import { House, Layers } from "lucide-react"; import { Link } from "react-router-dom"; import AppBreadcrumb from "@/components/generic/Breadcrumb/AppBreadcrumb"; import UnitLibraryTable from "../../../components/library/UnitLibraryTable"; import { PageMeta } from "@/contexts/MetadataContext"; export default function UnitLibraryList() { const items = [ { label: "Home", icon: , to: "/admin" }, { label: "Units" }, ]; return (

Units run independently — build them here once, then attach them to any number of{" "} Courses . Removing a unit from a course only detaches it; the unit stays in this library.

); }