diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-04-24 13:34:23 -0400 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-04-24 13:34:23 -0400 |
commit | 2e6cba3995d82acc15bd34a7035e4a5786795211 (patch) | |
tree | 10e71246f596015d737402062b13dab994bb4e86 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 698383ad40f70d209238ba1ccaf4f171361781cb (diff) | |
parent | dffb5bdfdcffc7e1f85888b7222468bfb95a05ac (diff) |
Merge branch 'physics_simulation' into master
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index 569579996..c6818bf3c 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -34,6 +34,7 @@ import { LinkAnchorBox } from './LinkAnchorBox'; import { LinkBox } from './LinkBox'; import { MapBox } from './MapBox/MapBox'; import { PDFBox } from './PDFBox'; +import PhysicsSimulationBox from './PhysicsSimulationBox' import { RecordingBox } from './RecordingBox'; import { ScreenshotBox } from './ScreenshotBox'; import { ScriptingBox } from './ScriptingBox'; @@ -268,6 +269,7 @@ export class DocumentContentsView extends React.Component< HTMLtag, ComparisonBox, LoadingBox, + PhysicsSimulationBox, }} bindings={bindings} jsx={layoutFrame} |