Skip to content

Instantly share code, notes, and snippets.

@codeBelt
Created November 29, 2020 20:13
Show Gist options
  • Save codeBelt/fc633770ca18b9b4141b6d7b8d0078dc to your computer and use it in GitHub Desktop.
Save codeBelt/fc633770ca18b9b4141b6d7b8d0078dc to your computer and use it in GitHub Desktop.
const AboutRoute: NextPage<IProps> = (props) => {
return (
<>
<Head>
<AnyChartScript />
</Head>
<Layout title="About">
<AboutPage />
</Layout>
</>
);
};
export default AboutRoute;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment