1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

fix 2 linting complaints about unused components

This commit is contained in:
trentmc 2020-10-27 10:08:59 +01:00
parent 365f4d43e0
commit 9171a17780
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import React from 'react'
import { Link, StaticQuery, graphql } from 'gatsby'
import { StaticQuery, graphql } from 'gatsby'
import RepositoryList from './RepositoryList'
import styles from './index.module.scss'

View File

@ -7,7 +7,6 @@ import Layout from '../components/Layout'
import Content from '../components/Content'
import HeaderHome from '../components/HeaderHome'
import Repositories from '../components/Repositories'
import QuickRun from '../components/QuickRun'
import { ReactComponent as Arrow } from '../images/arrow.svg'
import styles from './index.module.scss'