We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d036695 commit 73775b5Copy full SHA for 73775b5
src/components/RelatedContentModules/Contribute.js
@@ -4,7 +4,6 @@ import { css } from '@emotion/core';
4
import { Button, ExternalLink, Icon } from '@newrelic/gatsby-theme-newrelic';
5
import { graphql, useStaticQuery } from 'gatsby';
6
import Section from './Section';
7
-import Title from './Title';
8
9
const Contribute = ({ pageContext }) => {
10
const { site } = useStaticQuery(graphql`
0 commit comments