diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index 62911f0..4ade47e 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -1,20 +1,9 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { StaticQuery, graphql } from 'gatsby'; import { withNamespaces, Trans } from 'react-i18next'; import style from './style.module.css'; -const query = graphql` - query FooterQuery { - site { - siteMetadata { - buildId - } - } - } -`; - export const Footer = ({ t, buildId }) => (