import React from "react"; import { RandomButton } from "../components/RandomButton"; export const NotFoundPage = ({handleClick}) => { return (

Wrong Way!

404 not found
); };