diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-28 13:39:23 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-28 13:39:23 -0500 |
| commit | df2fc3f11e3b474144db5062620c9f65ca857203 (patch) | |
| tree | 1f42a5f33a63c530f2231fdbd42dc930100b736a /src/client/views/nodes/DocumentView.tsx | |
| parent | fa6214e763fc341ad355c95424ae76f14450d8ce (diff) | |
fixed youtube uploads, cleaned up a bunch of imports and added some typings files.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 2d5f68a69..2752fa7f5 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -53,7 +53,7 @@ import { LinkAnchorBox } from './LinkAnchorBox'; import { FormattedTextBox } from './formattedText/FormattedTextBox'; import { PresEffect, PresEffectDirection } from './trails'; import { PinProps, PresBox } from './trails/PresBox'; -const { Howl } = require('howler'); +import { Howl } from 'howler'; interface Window { MediaRecorder: MediaRecorder; |
