diff --git a/src/app/drive/components/DriveExplorer/DriveExplorer.tsx b/src/app/drive/components/DriveExplorer/DriveExplorer.tsx
index 931613885..01585932b 100644
--- a/src/app/drive/components/DriveExplorer/DriveExplorer.tsx
+++ b/src/app/drive/components/DriveExplorer/DriveExplorer.tsx
@@ -64,7 +64,6 @@ import { DriveTopBarItems } from './DriveTopBarItems';
import ItemDetailsDialog from '../ItemDetailsDialog/ItemDetailsDialog';
import DriveTopBarActions from './components/DriveTopBarActions';
import { AdvancedSharedItem } from '../../../share/types';
-import BannerWrapper from 'app/banners/BannerWrapper';
const TRASH_PAGINATION_OFFSET = 50;
const UPLOAD_ITEMS_LIMIT = 1000;
@@ -596,7 +595,6 @@ const DriveExplorer = (props: DriveExplorerProps): JSX.Element => {
onClose={onCloseEditNameDialog}
/>
)}
-