diff --git a/client/src/modules/Toast.js b/client/src/modules/Toast.js index 50f3943..b22fb0e 100644 --- a/client/src/modules/Toast.js +++ b/client/src/modules/Toast.js @@ -1,5 +1,3 @@ -import { globals } from '../config/globals.js'; - export const toast = (message, type, positionAtTop = true, dispelAutomatically = true, duration = null) => { if (message && type) { buildAndInsertMessageElement(message, type, positionAtTop, dispelAutomatically, duration);