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