👋 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 the API, replacing the...