Skip to content

Commit

Permalink
Fix: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Nov 23, 2023
1 parent 55673d2 commit 359e042
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/workflows/components/RunsAndReceipts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
import { Svelvet } from 'svelvet'
import '$routes/workflows/components/graph/graph.css'
import { FUNCTION_NODE_SIZES } from '$routes/workflows/lib/graph'
import { themeStore } from '$lib/stores'
import Actions from '$routes/workflows/components/graph/Actions.svelte'
import Close from '$components/icons/Close.svelte'
import ImageNode from '$routes/workflows/components/graph/ImageNode.svelte'
import Node from '$routes/workflows/components/graph/Node.svelte'
import Runs from '$routes/workflows/components/Runs.svelte'
import ImageModal from './graph/ImageModal.svelte'
import ImageModal from '$routes/workflows/components/graph/ImageModal.svelte'
export let workflow
Expand Down

0 comments on commit 359e042

Please sign in to comment.