admin-dashboard-nextjs-typescript-daisyui-template
admin-dashboard-nextjs-typescript-daisyui-template copied to clipboard
Issue: Bug fix with react-toastify
you missed to import reactToastify.css file in your project. Which is making react-toastify not to work correctly.
I added it in /app/(protected)/layout.tsx
Maybe, there is a better place to import it. In that case, please share it with me.
PS: Thank you for the wonderful work you freely deliver.