aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-08-09 12:30:44 -0400
committerkimdahey <claire_kim1@brown.edu>2019-08-09 12:30:44 -0400
commite89bddbe1f4cc6508f9a66e168e5488874ace749 (patch)
tree6d77773fa7bd618bcae58e48f961893e9ae75c6f
parent98741f9ffc73f2bed0c9689f98fef81d15b0b38f (diff)
got rid of unnecessary import
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index 1f19437be..a9de1d7c6 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -27,7 +27,6 @@ import "./CollectionTreeView.scss";
import React = require("react");
import { ComputedField, ScriptField } from '../../../new_fields/ScriptField';
import { KeyValueBox } from '../nodes/KeyValueBox';
-import { exportNamedDeclaration } from 'babel-types';
export interface TreeViewProps {