diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-23 17:26:41 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-23 17:26:41 -0400 |
| commit | c861f31a93ad246b9200b328a63df15da795f050 (patch) | |
| tree | f6e51b44f493ec092de58a2b33fb10de57ab6835 /src/server/authentication | |
| parent | 86e985ef3a96d9849799e436d2158fef0b2b7f94 (diff) | |
slight improvements to audio ui
Diffstat (limited to 'src/server/authentication')
| -rw-r--r-- | src/server/authentication/models/current_user_utils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts index 044ec746b..ee9794564 100644 --- a/src/server/authentication/models/current_user_utils.ts +++ b/src/server/authentication/models/current_user_utils.ts @@ -15,6 +15,7 @@ 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; |
