import React from 'react' import { Logo } from 'src/components/common' import s from './404Page.module.scss' interface Props { } const NotFoundPage = ({ }: Props) => { return (