import Button from '@/components/formElements/Button' import { texts } from '@/texts' const NotFound = () => { return (

404

{texts.common.notFoundTitle}

{texts.common.pageNotFound}

) } export default NotFound