diff --git a/frontend/src/lib/components/FlowGraphViewer.svelte b/frontend/src/lib/components/FlowGraphViewer.svelte index 4b8fc60b08..6deec5375f 100644 --- a/frontend/src/lib/components/FlowGraphViewer.svelte +++ b/frontend/src/lib/components/FlowGraphViewer.svelte @@ -5,7 +5,7 @@ import IconedPath from './IconedPath.svelte' import { scriptPathToHref } from '../utils' import type { FlowModule, FlowValue } from '$lib/gen' - import { Drawer, DrawerContent } from './common' + import { Badge, Button, Drawer, DrawerContent } from './common' import { Highlight } from 'svelte-highlight' import ObjectViewer from './propertyPicker/ObjectViewer.svelte' import typescript from 'svelte-highlight/languages/typescript' @@ -46,7 +46,7 @@ {#if stepDetail.value.path.startsWith('hub/')}
-

Code

+

Code