Compare commits
4 Commits
da8e0856cb
...
1588b8cda7
| Author | SHA1 | Date | |
|---|---|---|---|
| 1588b8cda7 | |||
|
|
9c1df779e4 | ||
|
|
2dbbd3a957 | ||
|
|
d165267ec1 |
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,
|
||||
})
|
||||
@ -383,7 +383,7 @@ button{
|
||||
}
|
||||
}
|
||||
&::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
width: 5px;
|
||||
background-color: transparent;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user