roofAtom 추가
This commit is contained in:
parent
d165267ec1
commit
2dbbd3a957
7
src/store/roofAtom.js
Normal file
7
src/store/roofAtom.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import { atom } from 'recoil'
|
||||||
|
|
||||||
|
export const roofsState = atom({
|
||||||
|
key: 'roofs',
|
||||||
|
default: null,
|
||||||
|
dangerouslyAllowMutability: true,
|
||||||
|
})
|
||||||
Loading…
x
Reference in New Issue
Block a user