@@ -1,5 +1,6 @@
|
||||
import { createState } from '@/ui/utilities/state/utils/createState';
|
||||
export const shouldAppBeLoadingState = createState<boolean>({
|
||||
import { createStateV2 } from '@/ui/utilities/state/jotai/utils/createStateV2';
|
||||
|
||||
export const shouldAppBeLoadingState = createStateV2<boolean>({
|
||||
key: 'shouldAppBeLoadingState',
|
||||
defaultValue: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user