diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-04-13 05:39:21 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-04-13 05:39:21 -0400 |
commit | 3c8cb517c811f94dce1e3d8430e07af316642365 (patch) | |
tree | 2d93f68507ededed70190c32682e8ecebbda74cb /src/client/views/MainView.tsx | |
parent | 5d1e3710a015d8915bd367ece753817d84d9d916 (diff) |
Compile and make compatible all the scattered code I had for empowering trails for dash meeting. Still much to do with ui, but basic functionaltiy is there. Two key things, 1) navigation for branching trails, and 2) ability to runSubroutines on tested trails.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 60459cf30..1fc5ee1d7 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -63,6 +63,7 @@ import { PreviewCursor } from './PreviewCursor'; import { PropertiesView } from './PropertiesView'; import { DashboardStyleProvider, DefaultStyleProvider } from './StyleProvider'; import { TopBar } from './topbar/TopBar'; +import { BranchingTrailManager } from '../util/BranchingTrailManager'; const _global = (window /* browser */ || global) /* node */ as any; @observer |