code refactoring
This commit is contained in:
6
frontend/src/atoms/ui.ts
Normal file
6
frontend/src/atoms/ui.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil'
|
||||
|
||||
export const loadingAtom = atom({
|
||||
key: 'loadingAtom',
|
||||
default: false
|
||||
})
|
||||
Reference in New Issue
Block a user