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:
parent
714e2575d5
commit
51ca1e36d7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import { logger } from './logger';
|
||||
|
||||
/**
|
||||
* toast - Wrapper lazy pour react-hot-toast
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue