2 lines
94 B
JavaScript
2 lines
94 B
JavaScript
export const isLoading = state => state.isLoading;
|
|
export const repos = state => state.repos;
|