import { AcademicCapIcon, BookOpenIcon, Cog6ToothIcon, VideoCameraIcon } from '@heroicons/react/24/outline';
import { NavItem } from '@nice/client';
export const DEFAULT_NAV_ITEMS: (NavItem & { isCompleted?: boolean })[] = [
{
label: "课程概述",
icon: ,
path: "/manage/overview"
},
{
label: "目标学员",
icon: ,
path: "/manage/overview"
},
{
label: "课程内容",
icon: ,
path: "/manage/content"
},
{
label: "课程设置",
icon: ,
path: "/manage/settings"
},
];