Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 6201fae

Browse files
committed
Lint errors
1 parent 8869774 commit 6201fae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
// port by Daniele Zannotti http://www.github.com/dzannotti <dzannotti@me.com>
55

66
import React from 'react';
7-
import objectType from './obj-type';
87
import grabNode from './grab-node';
9-
import JSONObjectNode from './JSONObjectNode';
10-
import JSONArrayNode from './JSONArrayNode';
118
import solarized from './themes/solarized';
129

1310
const styles = {
@@ -42,7 +39,6 @@ export default class JSONTree extends React.Component {
4239
}
4340

4441
render() {
45-
const nodeType = objectType(this.props.data);
4642
const keyName = this.props.keyName || 'root';
4743
const rootNode = grabNode(keyName, this.props.data, this.props.previousData, this.props.theme, true);
4844
return (

0 commit comments

Comments
 (0)