Merge branch 'main' of https://gitlab.com/robossembler/webservice into alexander-1

This commit is contained in:
IDONTSUDO 2024-04-23 16:01:11 +03:00
commit e005a42254
15 changed files with 452 additions and 30 deletions

View file

@ -1,7 +1,6 @@
import { BehaviorTreesPresentation } from "../../features/behavior_trees/behavior_trees";
import { DatasetsPresentation } from "../../features/datasets/datasets_presentation";
import { ProjectsPresentation } from "../../features/projects/projects_presentation";
// import { ProjectsPresentation } from "../../features/_projects/projects_presentation";
import { extensions } from "../extensions/extensions";
import { Routes } from "../interfaces/router";