Commit 467a5da9 authored by tom's avatar tom

fix main

parent d5709a48
...@@ -15,5 +15,4 @@ const GraphPage: NextPage = () => { ...@@ -15,5 +15,4 @@ const GraphPage: NextPage = () => {
export default GraphPage; export default GraphPage;
export { getStaticPaths } from 'lib/next/getStaticPaths'; export { getServerSideProps } from 'lib/next/getServerSideProps';
export { getStaticProps } from 'lib/next/getStaticProps';
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