diff --git a/src/App.jsx b/src/App.jsx index 4d6f1de..9ea6d6e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,7 +11,6 @@ import { AuthenticationProvider } from './service/AuthenticationService' import { useNotification } from './service/NotificationProvider' import { apiManager } from './utils/TokenManager' -import { getSafeBottomPadding } from './utils/SafeAreaUtils' import NetworkBanner from './views/components/NetworkBanner' const add = className => { @@ -89,7 +88,7 @@ const AppContent = () => { }, [needRefresh, showNotification, updateServiceWorker, setNeedRefresh]) return ( -