import React from "react"; import { Box, Flex, Button, Container, Text, Icon } from "@chakra-ui/react"; import { IoHome, IoShapesOutline } from "react-icons/io5"; import Link from "next/link"; import Show from "animations/show"; const Error = () => { return ( <> Oh no! This page does not exist. ); }; export default Error;