diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-04-24 13:39:14 -0400 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-04-24 13:39:14 -0400 |
commit | 0cda1a8f8b4e3d79c30291685456c7cb62fd7e8e (patch) | |
tree | b751e75a3f1c7a60b440c75834b723e5299ed0ff /src/client/documents/Documents.ts | |
parent | dffb5bdfdcffc7e1f85888b7222468bfb95a05ac (diff) |
add folder for physics box
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index c7556d668..31c8a7890 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -50,7 +50,7 @@ import { LinkDescriptionPopup } from '../views/nodes/LinkDescriptionPopup'; import { LoadingBox } from '../views/nodes/LoadingBox'; import { MapBox } from '../views/nodes/MapBox/MapBox'; import { PDFBox } from '../views/nodes/PDFBox'; -import PhysicsSimulationBox from '../views/nodes/PhysicsSimulationBox'; +import PhysicsSimulationBox from '../views/nodes/PhysicsBox/PhysicsSimulationBox'; import { RecordingBox } from '../views/nodes/RecordingBox/RecordingBox'; import { ScreenshotBox } from '../views/nodes/ScreenshotBox'; import { ScriptingBox } from '../views/nodes/ScriptingBox'; |