import { Fragment } from 'react'; import { toAbsoluteUrl } from '@/utils'; import { MiscEngage } from '.'; const MiscHelp = () => { return (
} more={{ title: 'Go to Help Center', url: '#' }} /> } more={{ title: 'Contact Support', url: 'https://devs.keenthemes.com/unresolved' }} />
); }; export { MiscHelp };