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:
parent
8dde335419
commit
178eeb2dfe
@ -1,3 +1,4 @@
|
|||||||
|
/*
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import PropTypes from 'prop-types'
|
import PropTypes from 'prop-types'
|
||||||
import { Link } from 'gatsby'
|
import { Link } from 'gatsby'
|
||||||
@ -38,3 +39,4 @@ QuickRun.propTypes = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default QuickRun
|
export default QuickRun
|
||||||
|
*/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { Link, StaticQuery, graphql } from 'gatsby'
|
import { Link, StaticQuery, graphql } from 'gatsby'
|
||||||
import RepositoryList from './RepositoryList'
|
import RepositoryList from './RepositoryList'
|
||||||
import QuickRun from './QuickRun'
|
// import QuickRun from './QuickRun'
|
||||||
import styles from './index.module.scss'
|
import styles from './index.module.scss'
|
||||||
|
|
||||||
const query = graphql`
|
const query = graphql`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user