diff --git a/styles/MainTheme.tsx b/styles/MainTheme.tsx index ce5ce3b..d2f4c1a 100644 --- a/styles/MainTheme.tsx +++ b/styles/MainTheme.tsx @@ -9,7 +9,7 @@ import { } from "@material-ui/core"; import { orange, teal } from "@material-ui/core/colors"; import { MDXProvider } from "@mdx-js/tag"; -import React, { ReactElement } from "react"; +import React from "react"; import Head from "next/head"; import Link from "next/link"; import TopAppBar from "./TopAppBar"; @@ -37,7 +37,7 @@ export const components = { h5: (props: {}) => , h6: (props: {}) => , a: ({ href, ...props }: { href: string }) => ( - + )