move some more stuff around
This commit is contained in:
parent
400efff3a1
commit
99180e63ce
18 changed files with 32 additions and 32 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import { Dispatch, memo, Ref, SetStateAction, useCallback } from "react";
|
||||
import { Statechart, stateDescription } from "../statecharts/abstract_syntax";
|
||||
import { BigStep, Environment, Mode, RaisedEvent, RT_Event } from "../statecharts/runtime_types";
|
||||
import { BigStep, Mode, RaisedEvent, RT_Event } from "../statecharts/runtime_types";
|
||||
import { formatTime } from "../util/util";
|
||||
import { TimeMode } from "../statecharts/time";
|
||||
import { TraceItem, TraceState } from "./App";
|
||||
import { Environment } from "@/statecharts/environment";
|
||||
|
||||
type RTHistoryProps = {
|
||||
trace: TraceState|null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue