YO
Size: a a a
YO
YO
MK
YO
ДМ
YO
YO
const {books, folders} = useSelector((state) => ({
books: state.bookReducer.books,
folders: state.folderReducer.folders
}))
const {books} = useSelector((state) => state.bookReducer);
const {folders} = useSelector((state) => state.folderReducer);
O
YO
AT
AT
DV
O
DV
DV
DV
DV
YO
DV
YO