aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DocumentManager.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-04-17 15:39:41 -0400
committerbobzel <zzzman@gmail.com>2023-04-17 15:39:41 -0400
commit2bc89733ce522527c2f27203b537d99395c9479b (patch)
tree032dae074448c57eda8328d2b11cfc7247508083 /src/client/util/DocumentManager.ts
parent2c154f328d6556d99f21a778c8d78b41de77f5c9 (diff)
minor cleanup
Diffstat (limited to 'src/client/util/DocumentManager.ts')
-rw-r--r--src/client/util/DocumentManager.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/DocumentManager.ts b/src/client/util/DocumentManager.ts
index 8263e1ba7..e01457b4f 100644
--- a/src/client/util/DocumentManager.ts
+++ b/src/client/util/DocumentManager.ts
@@ -15,7 +15,6 @@ import { LinkAnchorBox } from '../views/nodes/LinkAnchorBox';
import { PresBox } from '../views/nodes/trails';
import { ScriptingGlobals } from './ScriptingGlobals';
import { SelectionManager } from './SelectionManager';
-import { BranchingTrailManager } from './BranchingTrailManager';
const { Howl } = require('howler');
export class DocumentManager {