created persistStore to persist user data in redux
persistStore saves only the auth reducer after the user leaves or refreshes the page. users now stays logged in until they explicitly log out.
persistStore saves only the auth reducer after the user leaves or refreshes the page. users now stays logged in until they explicitly log out.