From f68f8dcc5f7191f3c44728140bf39449e2f0b49b Mon Sep 17 00:00:00 2001 From: Nenad Vracar <34926005+nenadV91@users.noreply.github.com> Date: Fri, 29 Apr 2022 12:48:45 +0200 Subject: [PATCH] Removed unused import (#491) --- src/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 938c84f141..9e2e08f215 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -42,8 +42,6 @@ import AppziButton from 'components/AppziButton' import { nodeRemoveChildFix } from 'utils/node' import SideBanner, { BannerType } from 'components/SideBanner' -import Popups from 'components/Popups' - // Node removeChild hackaround // based on: https://github.com/facebook/react/issues/11538#issuecomment-417504600 nodeRemoveChildFix()