Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/.cache/admin/src/components/LeftMenu/LeftMenuLink/index.js
Назад
/** * * LeftMenuLink * */ import React from 'react'; import PropTypes from 'prop-types'; import LeftMenuLinkContent from './LeftMenuLinkContent'; const LeftMenuLink = ({ destination, iconName, label, location, notificationsCount }) => { return ( <LeftMenuLinkContent destination={destination} iconName={iconName} label={label} location={location} notificationsCount={notificationsCount} /> ); }; LeftMenuLink.propTypes = { destination: PropTypes.string.isRequired, iconName: PropTypes.string, label: PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired, location: PropTypes.shape({ pathname: PropTypes.string, }).isRequired, notificationsCount: PropTypes.number.isRequired, }; LeftMenuLink.defaultProps = { iconName: 'circle', }; export default LeftMenuLink;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка