import {useIntl} from 'react-intl' import {KTIcon} from '../../../../helpers' import {SidebarMenuItemWithSub} from './SidebarMenuItemWithSub' import {SidebarMenuItem} from './SidebarMenuItem' const SidebarMenuMain = () => { const intl = useIntl() return ( <> {/**/}
Loan
{/* */} {/* */} {/* */} {/* */}
Tools
{/* */}
Employers
{/*
*/} {/* */} {/* */} {/* */} {/* */} {/* Changelog {import.meta.env.VITE_APP_VERSION}*/} {/* */} {/*
*/} ) } export {SidebarMenuMain}