import { __ , _x, _n } from '@wordpress/i18n' const NotFound = () => { return <> <h1>{__('Page not Found!', devia_options.text_domain)}</h1> </> } export default NotFound