aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.ts
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-06-05 11:38:46 -0400
committermehekj <mehek.jethani@gmail.com>2022-06-05 11:38:46 -0400
commitb51b78c641c3e64f04cf878f02b5d7b1a620769e (patch)
treeb7f00a33f96e497f3d590505b4211c4279960bb6 /src/Utils.ts
parent30347f1ac971b3299cfbefd5505e20f5e82702e0 (diff)
cleanup
Diffstat (limited to 'src/Utils.ts')
-rw-r--r--src/Utils.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Utils.ts b/src/Utils.ts
index 8c0e8c7c0..523f4eb4f 100644
--- a/src/Utils.ts
+++ b/src/Utils.ts
@@ -5,12 +5,6 @@ import { Socket } from 'socket.io';
import { Colors } from './client/views/global/globalEnums';
import { Message } from './server/Message';
import Color = require('color');
-import { InkTool } from './fields/InkField';
-import { action } from 'mobx';
-import { CurrentUserUtils } from './client/util/CurrentUserUtils';
-import { CollectionFreeFormView } from './client/views/collections/collectionFreeForm';
-import { WidthSym, HeightSym } from './fields/Doc';
-import { NumCast } from './fields/Types';
export namespace Utils {
export let DRAG_THRESHOLD = 4;