re-organize project structure a bit + add icons

This commit is contained in:
Joeri Exelmans 2025-10-13 17:14:21 +02:00
parent 3cb3ef91d2
commit 5e7b944978
24 changed files with 514 additions and 249 deletions

View file

@ -1,4 +1,4 @@
import { RountanglePart } from "./editor_types";
import { RountanglePart } from "../statecharts/concrete_syntax";
export type Vec2D = {
x: number;