Reorganize context/states/selectors in dedicated folders (#1205)
* Reorganize context/states/selectors in dedicated folders * linter
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
import { atomFamily } from 'recoil';
|
||||
|
||||
export const pipelineProgressIdScopedState = atomFamily<string | null, string>({
|
||||
key: 'pipelineProgressIdScopedState',
|
||||
default: null,
|
||||
});
|
||||
@ -1,6 +0,0 @@
|
||||
import { atomFamily } from 'recoil';
|
||||
|
||||
export const pipelineStageIdScopedState = atomFamily<string | null, string>({
|
||||
key: 'pipelineStageIdScopedState',
|
||||
default: null,
|
||||
});
|
||||
Reference in New Issue
Block a user