mirror of
https://github.com/zoriya/flood.git
synced 2025-12-21 06:35:14 +00:00
Rearrange app directory structure
This commit is contained in:
7
client/source/scripts/selectors/clientSelector.js
Normal file
7
client/source/scripts/selectors/clientSelector.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createSelector } from 'reselect';
|
||||
|
||||
const clientSelector = (state) => {
|
||||
return state.client;
|
||||
};
|
||||
|
||||
export default clientSelector;
|
||||
Reference in New Issue
Block a user