mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Renames in Frontend
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { createSelector } from 'reselect';
|
||||
|
||||
function createAllAuthorsSelector() {
|
||||
return createSelector(
|
||||
(state) => state.authors,
|
||||
(author) => {
|
||||
return author.items;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
export default createAllAuthorsSelector;
|
||||
Reference in New Issue
Block a user