aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/OverlayView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-06-16 23:24:33 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-06-16 23:24:33 -0400
commit78e2ab25c00d6dace4093326a6d7b2777951577c (patch)
tree42b3328619b61c04dc94691ae8a127abefdc7308 /src/client/views/OverlayView.tsx
parent3927564a9ff22af07490f0e98be3e8cbe1a4d3ab (diff)
parent9ead194ead1e603083945740e2b6e76130f23e18 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/OverlayView.tsx')
-rw-r--r--src/client/views/OverlayView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/OverlayView.tsx b/src/client/views/OverlayView.tsx
index cfa869fb2..f6e5e1705 100644
--- a/src/client/views/OverlayView.tsx
+++ b/src/client/views/OverlayView.tsx
@@ -12,7 +12,6 @@ import './OverlayView.scss';
import { Scripting } from "../util/Scripting";
import { ScriptingRepl } from './ScriptingRepl';
import { DragManager } from "../util/DragManager";
-import { listSpec } from "../../fields/Schema";
import { List } from "../../fields/List";
export type OverlayDisposer = () => void;