move some files around to confuse everyone
This commit is contained in:
parent
710f7be68c
commit
30fa1aaca1
46 changed files with 45 additions and 45 deletions
|
|
@ -1,10 +0,0 @@
|
|||
import { RaisedEvent } from "@/statecharts/runtime_types";
|
||||
import { Plant } from "../Plant";
|
||||
|
||||
export const DummyPlant: Plant<{}> = {
|
||||
inputEvents: [],
|
||||
outputEvents: [],
|
||||
initial: () => ({}),
|
||||
reduce: (_inputEvent: RaisedEvent, _state: {}) => ({}),
|
||||
render: (_state: {}, _raise: (event: RaisedEvent) => void) => <></>,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue