PK!A7��nimport React from "react"; import tw from "tailwind-styled-components"; import { BoxContainer, Page } from "../Components/Styles/PageStyles"; import NotFoundModel from "../Components/NotFoundModel"; const NotFound = () => { return ( ); }; export default NotFound;