Skip to content

Commit

Permalink
[UIE-154] Remove unused useRuntimes (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawatts authored Jan 29, 2024
1 parent 90804b8 commit 6cd172e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
39 changes: 0 additions & 39 deletions src/analysis/useRuntimes.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/libs/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ export const knownBucketRequesterPaysStatuses = atom({});

export const requesterPaysProjectStore = atom<unknown>(undefined);

export const runtimesStore = atom<unknown>(undefined);

export const workflowSelectionStore = atom({
key: undefined,
entityType: undefined,
Expand Down

0 comments on commit 6cd172e

Please sign in to comment.