import { urlAlphabet } from 'nanoid' import React from 'react' const NotFound = () => { return (

404 Not Found

The page you are looking for is not available

) } export default NotFound