Skip to content

Commit 7cdf675

Browse files
committed
refactor: consolidate standalone host around shared clab-ui controllers
1 parent 9abf817 commit 7cdf675

File tree

17 files changed

+2136
-1572
lines changed

17 files changed

+2136
-1572
lines changed

apps/standalone/src/main.tsx

Lines changed: 62 additions & 1547 deletions
Large diffs are not rendered by default.

apps/standalone/src/runtimeData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type {
22
HostRuntimeContainer,
33
HostRuntimeInterface,
44
HostRuntimeInterfaceStats
5-
} from "@webview/services/topologyHostClient";
5+
} from "@srl-labs/clab-ui/host";
66
import type { ContainerState, InterfaceState, LabState } from "./stores/labStore";
77

88
function findLabState(

0 commit comments

Comments
 (0)