import React from "react"; import { Link } from "react-router-dom"; import Container from "../../components/Container"; function Home() { return (

Nothing here

404. Back to{" "} MKRhere?

); } export default Home;