Linter fixes

This commit is contained in:
Kyle Shockey
2017-11-16 22:53:19 -08:00
parent 61a498969e
commit ed76a10431
2 changed files with 1 additions and 10 deletions

View File

@@ -95,8 +95,6 @@ class Parameters extends Component {
operation
} = this.props
console.log('rendering Parameters')
const ParameterRow = getComponent("parameterRow")
const TryItOutButton = getComponent("TryItOutButton")
const ContentType = getComponent("contentType")