import { FC } from "react"; import Head from "next/head"; import { Layout } from "components/Layout"; const FourOhFour: FC = () => ( Link Shell ); export default FourOhFour;