From 0ede2e62e3af24a872f45757486b7a926e49d0ba Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Fri, 15 Sep 2023 16:13:48 +0800 Subject: [PATCH] lint, unused import --- .../home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js index 657af3bd07b3..6acee38beaea 100644 --- a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js +++ b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js @@ -5,7 +5,6 @@ import lodashGet from 'lodash/get'; import {View} from 'react-native'; import styles from '../../../../styles/styles'; import * as Expensicons from '../../../../components/Icon/Expensicons'; -import * as Browser from '../../../../libs/Browser'; import Navigation from '../../../../libs/Navigation/Navigation'; import ROUTES from '../../../../ROUTES'; import NAVIGATORS from '../../../../NAVIGATORS';