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

Comment more QuickRun stuff to make linter happy

This commit is contained in:
Troy McConaghy 2019-01-21 12:58:19 +01:00
parent 8dde335419
commit 178eeb2dfe
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/*
import React from 'react'
import PropTypes from 'prop-types'
import { Link } from 'gatsby'
@ -38,3 +39,4 @@ QuickRun.propTypes = {
}
export default QuickRun
*/

View File

@ -1,7 +1,7 @@
import React from 'react'
import { Link, StaticQuery, graphql } from 'gatsby'
import RepositoryList from './RepositoryList'
import QuickRun from './QuickRun'
// import QuickRun from './QuickRun'
import styles from './index.module.scss'
const query = graphql`