Commit 467a5da9 authored by tom's avatar tom

fix main

parent d5709a48
......@@ -15,5 +15,4 @@ const GraphPage: NextPage = () => {
export default GraphPage;
export { getStaticPaths } from 'lib/next/getStaticPaths';
export { getStaticProps } from 'lib/next/getStaticProps';
export { getServerSideProps } from 'lib/next/getServerSideProps';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment