We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a4d6d commit f4943b5Copy full SHA for f4943b5
src/components/header.js
@@ -1,7 +1,6 @@
1
import { Link } from "gatsby";
2
import PropTypes from "prop-types";
3
import React from "react";
4
-import "./scroll.css";
5
import { useStaticQuery, graphql } from "gatsby";
6
import {
7
AppBar,
src/components/scroll.css
src/templates/blog-post.js
@@ -1,7 +1,7 @@
import Helmet from "react-helmet";
import Layout from "../components/layout";
-import { makeStyles } from "@material-ui/core";
+import { graphql } from "gatsby";
require(`katex/dist/katex.min.css`);
export default function Template({ data }) {
0 commit comments