import React, { useRef } from 'react'; import { __ } from '@wordpress/i18n'; // components import { Toolbar } from 'primereact/toolbar'; import { Link } from 'react-router-dom'; import LogoIcon from '../../../../icons/LogoIcon'; import { IconField } from 'primereact/iconfield'; import { InputIcon } from 'primereact/inputicon'; import { InputText } from 'primereact/inputtext'; import { Button } from 'primereact/button'; import TopBarProfileMenu from '../../../../components/TopBarProfileMenu'; import NotificationsSidebar from '../../../../components/NotificationsSidebar'; const AppTopbar = () => { const menuLeft = useRef(null); const startContent = ; const endContent =
{/* */}
return ( ) } export default AppTopbar;