File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
workflow-trace-viewer/src/jvmMain/kotlin/com/squareup/workflow1/traceviewer Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
package com.squareup.workflow1.traceviewer.model
2
2
3
- import com.squareup.moshi.Json
4
-
5
3
/* *
6
4
* Since the logic of Workflow is hierarchical (where each workflow may have parent workflows and/or
7
5
* children workflows, a tree structure is most appropriate for representing the data rather than
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import androidx.compose.runtime.mutableStateListOf
17
17
import androidx.compose.runtime.mutableStateOf
18
18
import androidx.compose.runtime.remember
19
19
import androidx.compose.runtime.setValue
20
- import androidx.compose.runtime.snapshots.SnapshotStateList
21
20
import androidx.compose.ui.Alignment
22
21
import androidx.compose.ui.Modifier
23
22
import androidx.compose.ui.graphics.Color
You can’t perform that action at this time.
0 commit comments