diff --git a/interface/src/App.tsx b/interface/src/App.tsx
index ae2023e73..7b4115c2c 100644
--- a/interface/src/App.tsx
+++ b/interface/src/App.tsx
@@ -1,5 +1,5 @@
import { useEffect, useState } from 'react';
-import { Slide, ToastContainer } from 'react-toastify';
+import { ToastContainer, Zoom } from 'react-toastify';
import AppRouting from 'AppRouting';
import CustomTheme from 'CustomTheme';
@@ -43,17 +43,20 @@ const App = () => {