diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-21 14:13:44 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-21 14:13:44 -0500 |
| commit | 3f9e4363e6601eac175ff71192d414fd6051d921 (patch) | |
| tree | f2190e42fe16f9fd9fa9e55a22a58807c5f5b69c /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 8e56ee4c6f1f16402edd8abee9daa55678117466 (diff) | |
clean up
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index f3217d55d..5ec288b13 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -1,5 +1,5 @@ import React = require("react") -import { action, computed, observable } from "mobx"; +import { action, observable } from "mobx"; import { observer } from "mobx-react"; import Measure from "react-measure"; import ReactTable, { CellInfo, ComponentPropsGetterR, ReactTableDefaults } from "react-table"; |
