import React, { useEffect, useRef } from 'react' const NotFoundPage = () => { return (
404
) } export default NotFoundPage