code refactoring
This commit is contained in:
@@ -2,5 +2,5 @@ import { atom } from 'recoil'
|
||||
|
||||
export const loadingAtom = atom({
|
||||
key: 'loadingAtom',
|
||||
default: false
|
||||
default: true
|
||||
})
|
||||
Reference in New Issue
Block a user