first tries on adding MORE shapes to represent true gost fsa

This commit is contained in:
Gregory Bednov 2025-01-16 06:19:32 +03:00
commit 392aebe0df
15 changed files with 577 additions and 79 deletions

View file

@ -1,9 +1,11 @@
<script>
import AddObjectForm from './AddObjectForm.svelte';
import Diagram from './Diagram.svelte';
</script>
<main>
<h1>FSA Editor</h1>
<AddObjectForm/>
<Diagram />
</main>