(Part 7) Build a Simple Chat Character Gallery: Implementing the Chat Page UI
👋 Recap from Previous Post In the last post, we: ✅ Created a services folder with files for interacting with the API. ✅ Set up React Query in the project by creating a reactQuery.tsx file in the /hooks folder and wrapping our app with QueryClientProvider. ✅ Integrated hooks into GalleryPage to fetch all chatbots from…