progress
This commit is contained in:
parent
d41310196f
commit
48be3e6d33
110 changed files with 1722 additions and 1145 deletions
|
@ -1,10 +1,11 @@
|
|||
import { BehaviorTreesPresentation } from "../../features/behavior_trees/behavior_trees_presentation";
|
||||
import { DatasetsPresentation } from "../../features/datasets/datasets_presentation";
|
||||
import { WeightsPresentation } from "../../features/weights/weights_presentation";
|
||||
import { CalculationsTemplatePresentation } from "../../features/calculations_templates/calculations_template_presentation";
|
||||
import { ProjectsPresentation } from "../../features/projects/projects_presentation";
|
||||
import { extensions } from "../extensions/extensions";
|
||||
import { Routes } from "../interfaces/router";
|
||||
import { ScenePresentation } from "../../features/scene/scene_presentation";
|
||||
import { ScenesPresentation } from "../../features/scenes/scenes_presentation";
|
||||
import { CalculationsInstancesPresentation } from "../../features/calculations_instance/calculations_instance_presentation";
|
||||
|
||||
extensions();
|
||||
|
||||
|
@ -12,6 +13,7 @@ export const httpRoutes: Routes[] = [
|
|||
new ProjectsPresentation(),
|
||||
new DatasetsPresentation(),
|
||||
new BehaviorTreesPresentation(),
|
||||
new WeightsPresentation(),
|
||||
new ScenePresentation()
|
||||
new CalculationsTemplatePresentation(),
|
||||
new ScenesPresentation(),
|
||||
new CalculationsInstancesPresentation(),
|
||||
].map((el) => el.call());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue