Skip to content

Commit b621180

Browse files
Fix import
1 parent c788964 commit b621180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-shared/src/workflow-trace-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Event, Hook, Step, WorkflowRun } from '@workflow/world';
2-
import { useEffect, useMemo, useState } from 'react';
2+
import { useEffect, useMemo } from 'react';
33
import { toast } from 'sonner';
44
import type { EnvMap } from './api/workflow-server-actions';
55
import { Skeleton } from './components/ui/skeleton';

0 commit comments

Comments
 (0)