aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DocumentManager.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-28 13:39:23 -0500
committerbobzel <zzzman@gmail.com>2023-12-28 13:39:23 -0500
commitdf2fc3f11e3b474144db5062620c9f65ca857203 (patch)
tree1f42a5f33a63c530f2231fdbd42dc930100b736a /src/client/util/DocumentManager.ts
parentfa6214e763fc341ad355c95424ae76f14450d8ce (diff)
fixed youtube uploads, cleaned up a bunch of imports and added some typings files.
Diffstat (limited to 'src/client/util/DocumentManager.ts')
-rw-r--r--src/client/util/DocumentManager.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/DocumentManager.ts b/src/client/util/DocumentManager.ts
index 4816f3317..0101c2bcb 100644
--- a/src/client/util/DocumentManager.ts
+++ b/src/client/util/DocumentManager.ts
@@ -16,7 +16,7 @@ import { LinkAnchorBox } from '../views/nodes/LinkAnchorBox';
import { PresBox } from '../views/nodes/trails';
import { ScriptingGlobals } from './ScriptingGlobals';
import { SelectionManager } from './SelectionManager';
-const { Howl } = require('howler');
+import { Howl } from 'howler';
export class DocumentManager {
private static _instance: DocumentManager;