diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-11-12 16:09:38 -0500 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-11-12 16:09:38 -0500 |
commit | 190ab79a986981580d39fcf42b0875f76876fccc (patch) | |
tree | 9fe613d248859bf06423271e831c090d7d3d7eb2 /src/server/authentication/models/current_user_utils.ts | |
parent | 461af95c312fc7aff85551c014fb93dc7a89cecd (diff) | |
parent | ecbe527575bab2cb5f1ced278039ec0a6fc50809 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into claire_settings
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index 56ea5bfe1..833e44bf6 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -15,7 +15,6 @@ import { RouteStore } from "../../RouteStore"; import { InkingControl } from "../../../client/views/InkingControl"; import { DragManager } from "../../../client/util/DragManager"; import { nullAudio } from "../../../new_fields/URLField"; -import { LinkManager } from "../../../client/util/LinkManager"; export class CurrentUserUtils { private static curr_id: string; |