aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Key.ts
diff options
context:
space:
mode:
authorEleanor Eng <eleanor_eng@brown.edu>2019-03-12 17:44:11 -0400
committerEleanor Eng <eleanor_eng@brown.edu>2019-03-12 17:44:11 -0400
commit96dc0349945974a5f1c0b1329ec035dcb9dfde0e (patch)
tree2a8bae2138aa0772dd34701443d61f82855662be /src/fields/Key.ts
parent1f038048612e01d0ada6deb9ff2a056cb8d13702 (diff)
parent618e66a5a070f1aac9224bd3f44b76a5ac314bfa (diff)
working submenu; dimensions now relative to vw, vh
Diffstat (limited to 'src/fields/Key.ts')
-rw-r--r--src/fields/Key.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fields/Key.ts b/src/fields/Key.ts
index c16a00878..00d78d516 100644
--- a/src/fields/Key.ts
+++ b/src/fields/Key.ts
@@ -2,7 +2,6 @@ import { Field, FieldId } from "./Field"
import { Utils } from "../Utils";
import { observable } from "mobx";
import { Types } from "../server/Message";
-import { ObjectID } from "bson";
import { Server } from "../client/Server";
export class Key extends Field {