first tries on adding MORE shapes to represent true gost fsa
This commit is contained in:
parent
f2a72d5155
commit
392aebe0df
15 changed files with 577 additions and 79 deletions
|
|
@ -1,9 +1,11 @@
|
|||
<script>
|
||||
import AddObjectForm from './AddObjectForm.svelte';
|
||||
import Diagram from './Diagram.svelte';
|
||||
</script>
|
||||
|
||||
<main>
|
||||
<h1>FSA Editor</h1>
|
||||
<AddObjectForm/>
|
||||
<Diagram />
|
||||
</main>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue