File "not-found.js"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/elementor/app/assets/js/pages/not-found.js
File size: 300 bytes
MIME-type: text/x-java
Charset: utf-8

import Page from 'elementor-app/layout/page';

export default function NotFound() {
	const config = {
		title: __( 'Not Found', 'elementor' ),
		className: 'eps-app__not-found',
		content: <h1> { __( 'Not Found', 'elementor' ) } </h1>,
		sidebar: <></>,
	};

	return (
		<Page { ...config } />
	);
}