diff options
author | geireann <geireann.lindfield@gmail.com> | 2024-07-12 09:34:51 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2024-07-12 09:34:51 -0400 |
commit | f5e8d0591f6ebcabe69729d7f9e1c1a90abb6857 (patch) | |
tree | 2b1f6b7e9c9e671adcacc55c782083beaaa501c4 /src/client/views/nodes/DocumentView.tsx | |
parent | 2e139bdd732e0e35acfc60a637871f19d21d0a69 (diff) |
Fixed nested collections in templates. cleaned up some cod.e
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 cd003f1a6..ce7cfa5f4 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -53,7 +53,7 @@ import { OpenWhere, OpenWhereMod } from './OpenWhere'; import { FormattedTextBox } from './formattedText/FormattedTextBox'; import { PresEffect, PresEffectDirection } from './trails/PresEnums'; import SpringAnimation from './trails/SlideEffect'; -import { SpringSettings, SpringType, springMappings } from './trails/SpringUtils'; +import { SpringType, springMappings } from './trails/SpringUtils'; interface Window { MediaRecorder: MediaRecorder; |