Skip to content

Commit

Permalink
updating other instances
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantlikes committed Oct 22, 2021
1 parent d636ca9 commit 22cc646
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const selectBooks = createSelector(
);

export const selectCollectionState = createFeatureSelector<
AppState,
ReadonlyArray<string>
>("collection");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const selectBooks = createSelector(
);

export const selectCollectionState = createFeatureSelector<
AppState,
ReadonlyArray<string>
>("collection");

Expand Down

0 comments on commit 22cc646

Please sign in to comment.