import React from 'react'; import { Link } from "react-router-dom"; import { Container, Header, Logo, Page, Boards, BoardsTitle } from './styles/Home.styled'; const NotFound = () => { return (
plebchan

404 Not Found

); } export default NotFound;