aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentContentsView.tsx
diff options
context:
space:
mode:
authorbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-04-24 13:39:14 -0400
committerbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-04-24 13:39:14 -0400
commit0cda1a8f8b4e3d79c30291685456c7cb62fd7e8e (patch)
treeb751e75a3f1c7a60b440c75834b723e5299ed0ff /src/client/views/nodes/DocumentContentsView.tsx
parentdffb5bdfdcffc7e1f85888b7222468bfb95a05ac (diff)
add folder for physics box
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r--src/client/views/nodes/DocumentContentsView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx
index c6818bf3c..5d72ca019 100644
--- a/src/client/views/nodes/DocumentContentsView.tsx
+++ b/src/client/views/nodes/DocumentContentsView.tsx
@@ -34,7 +34,7 @@ import { LinkAnchorBox } from './LinkAnchorBox';
import { LinkBox } from './LinkBox';
import { MapBox } from './MapBox/MapBox';
import { PDFBox } from './PDFBox';
-import PhysicsSimulationBox from './PhysicsSimulationBox'
+import PhysicsSimulationBox from './PhysicsBox/PhysicsSimulationBox'
import { RecordingBox } from './RecordingBox';
import { ScreenshotBox } from './ScreenshotBox';
import { ScriptingBox } from './ScriptingBox';