Skip to content

Commit 73775b5

Browse files
committed
chore: fix lint error
1 parent d036695 commit 73775b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/RelatedContentModules/Contribute.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { css } from '@emotion/core';
44
import { Button, ExternalLink, Icon } from '@newrelic/gatsby-theme-newrelic';
55
import { graphql, useStaticQuery } from 'gatsby';
66
import Section from './Section';
7-
import Title from './Title';
87

98
const Contribute = ({ pageContext }) => {
109
const { site } = useStaticQuery(graphql`

0 commit comments

Comments
 (0)