Skip to content

Commit

Permalink
fix(trackerStore): remove selector in slice
Browse files Browse the repository at this point in the history
Selectors are now in separate files
  • Loading branch information
Clm-Roig committed Mar 16, 2022
1 parent 158556a commit 09a0bf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/store/trackers/trackersSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,4 @@ export const trackersSlice = createSlice({
}
});

// ===== Selector

export const selectTrackers = (state: RootState) => state.trackers;

export default trackersSlice.reducer;

0 comments on commit 09a0bf4

Please sign in to comment.