import React,{useState} from "react";
import { SettingOutlined, QuestionCircleOutlined, LogoutOutlined, RightOutlined } from '@ant-design/icons';
import AdministrationIcon from '~/components/customIcon/AdministrationIcon';
import MyCoursesIcon from '~/components/customIcon/MyCoursesIcon';
import ExaminationIcon from '~/components/customIcon/ExaminationIcon';
import CommunityIcon from '~/components/customIcon/CommunityIcon';
import NotificationIcon from '~/components/customIcon/NotificationIcon';
import { Layout, Menu, theme, Button, Modal, MenuProps } from 'antd';
import { Dropdown, Space } from 'antd';
import '../../public/assets/left_side_nav.css';
const { Content, Sider } = Layout;
const items2: MenuProps['items'] = [
{
key: 'subsd1',
icon:
Administration
), children: [ { key: '1sd', label: (Class Schedules), }, { key: '2sd', label: (Classmate Directory), }, { key: '3sd', label: (Qualifications), }, ], }, { key: 'subsd2', icon:My Courses
), children: [ { key: '4sd', label: (Graduate Program), }, { key: '5sd', label: (Post-Graduate Program), }, ], }, { key: 'subsd3', icon:Examinations
), children: [ { key: '6sd', label: (Exam Scheduled), }, { key: '7sd', label: (Upcoming Exam), }, { key: '8sd', label: (Passed Exam), }, ], }, { key: 'subsd4', icon:Community
), children: [ { key: '9sd', label: (Exam Scheduled), }, { key: '10sd', label: (Upcoming Exam), }, { key: '11sd', label: (Passed Exam), }, ], }, { key: 'subsd5', icon:Notifications
), children: [ { key: '12sd', label: (Exam Scheduled), }, { key: '13sd', label: (Upcoming Exam), }, { key: '14sd', label: (Passed Exam), }, ], }, // getItem('Files', '9',
My Profile
Rayan Holiday