Skip to content

Commit

Permalink
del unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CurryYangxx committed Jan 9, 2025
1 parent 8f4715d commit 64fe62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/context/app/runner-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { createContext, type FC, type PropsWithChildren, useCallback, use
import type { Selection } from 'react-aria-components';

import type { UploadDataType } from '../../components/modals/upload-runner-data-modal';
import uiEventBus, { UIEventType } from '../../eventBus';
import uiEventBus from '../../eventBus';
import useStateRef from '../../hooks/use-state-ref';
import type { RequestRow } from '../../routes/runner';

Expand Down

0 comments on commit 64fe62f

Please sign in to comment.