refactor: replace 'sonner' toast import with local toast component (#177)

This commit is contained in:
Bohdan Triapitsyn
2026-01-19 02:50:40 +02:00
committed by GitHub
parent 28d9324735
commit ce1622b1e2
34 changed files with 87 additions and 32 deletions
@@ -4,7 +4,7 @@
* menu actions, or other non-hook contexts.
*/
import { toast } from 'sonner';
import { toast } from '@/components/ui';
import { useSessionStore } from '@/stores/useSessionStore';
import { useProjectsStore } from '@/stores/useProjectsStore';
import { useConfigStore } from '@/stores/useConfigStore';