import React from 'react'; export function NotFound() { return (

404 Not Found

) }