feat: added ReactFlow-based node graph #11

Merged
j.gerla merged 68 commits from feat/visual-programming-interface into dev 2025-10-28 11:59:03 +00:00
2 changed files with 17 additions and 19 deletions
Showing only changes of commit 40af530fd5 - Show all commits

View File

@@ -6,8 +6,6 @@ import VisProgUI from "./visualProgrammingUI/VisProgUI.tsx";
//you can still use css parts from App.css, but also overwrite them
function VisProgPage() {
return (
<>
<VisProgUI />