fix: add missing logger import in toast.ts

- Added logger import that was missing from Cleanup 12
- Fixes 'logger is not defined' error
- Cleanup 16: Verifying no unused variables in production code
This commit is contained in:
senke 2026-01-16 12:21:33 +01:00
parent 714e2575d5
commit 51ca1e36d7

View file

@ -1,3 +1,5 @@
import { logger } from './logger';
/**
* toast - Wrapper lazy pour react-hot-toast
*