This PR had me create a <ProfilePage/> component that allows the user to navigate to their books and chats.
It also has a page that renders all the users' books, while allowing them to edit it via a modal that need to be converted into a Class component inorder to access the preloaded values on the DOM.
This PR had me create a
<ProfilePage/>
component that allows the user to navigate to their books and chats.It also has a page that renders all the users' books, while allowing them to edit it via a modal that need to be converted into a Class component inorder to access the preloaded values on the DOM.