diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-26 18:43:04 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-26 18:43:04 -0500 |
| commit | 00cea3c9faeccf82e7cf8b22a87a52b57566b97a (patch) | |
| tree | eaec060f236c6aac159d8751ffa75c5da1772d6a /src/client/views/nodes/VideoBox.tsx | |
| parent | dc919272a21ebdd21cae5986db135d893c42fe2d (diff) | |
from last
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index c6b9661a2..f89f54309 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -7,12 +7,10 @@ import { Dictionary } from "typescript-collections"; import { Doc, DocListCast } from "../../../fields/Doc"; import { documentSchema } from "../../../fields/documentSchemas"; import { InkTool } from "../../../fields/InkField"; -import { List } from "../../../fields/List"; import { createSchema, makeInterface } from "../../../fields/Schema"; -import { ComputedField } from "../../../fields/ScriptField"; import { Cast, NumCast, StrCast } from "../../../fields/Types"; import { VideoField } from "../../../fields/URLField"; -import { emptyFunction, formatTime, OmitKeys, returnOne, Utils, setupMoveUpEvents } from "../../../Utils"; +import { emptyFunction, formatTime, OmitKeys, returnOne, setupMoveUpEvents, Utils } from "../../../Utils"; import { Docs, DocUtils } from "../../documents/Documents"; import { Networking } from "../../Network"; import { SelectionManager } from "../../util/SelectionManager"; |
