We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f502e4b commit 15941a7Copy full SHA for 15941a7
src/lib/components/projects/WorkflowsList.svelte
@@ -4,7 +4,6 @@
4
import { AlertError } from '$lib/common/errors';
5
import CreateWorkflowModal from './CreateWorkflowModal.svelte';
6
import { onMount } from 'svelte';
7
- import { each } from 'svelte/internal';
8
9
// The list of workflows
10
/** @type {import('$lib/types').Workflow[]} */
0 commit comments