Skip to content

Commit

Permalink
fix: remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jul 9, 2020
1 parent 8495fa7 commit 6b6594e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/GuideTemplate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { graphql, useStaticQuery } from 'gatsby';
import { graphql } from 'gatsby';
import PropTypes from 'prop-types';
import MDXContainer from '../components/MDXContainer';

Expand Down

0 comments on commit 6b6594e

Please sign in to comment.