From ad9a3e6f089314038fcb66b3ddbf33cc4e9e5cc0 Mon Sep 17 00:00:00 2001 From: InnaAnatoliivna <120109442+InnaAnatoliivna@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:01:39 +0200 Subject: [PATCH] Update selectors.js --- src/redux/selectors.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/redux/selectors.js b/src/redux/selectors.js index bafe6fa..1464dcb 100644 --- a/src/redux/selectors.js +++ b/src/redux/selectors.js @@ -1,5 +1,3 @@ -//this we use in App.js - export const selectorContacts = state => state.contacts.contacts; export const selectorFilter = state => state.filter; \ No newline at end of file