From 4e163d39506efae04c76174c77152ee46cc4aa22 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Thu, 18 Nov 2021 12:42:53 +0100 Subject: [PATCH] F #5422: Lint (#1586) --- src/fireedge/src/client/theme/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fireedge/src/client/theme/defaults.js b/src/fireedge/src/client/theme/defaults.js index 6befde14a3..d70c7706ac 100644 --- a/src/fireedge/src/client/theme/defaults.js +++ b/src/fireedge/src/client/theme/defaults.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * * limitations under the License. * * ------------------------------------------------------------------------- */ -import { createTheme, darkScrollbar, ThemeOptions, colors, alpha } from '@mui/material' +import { createTheme, ThemeOptions, colors, alpha } from '@mui/material' import { UbuntuFont } from 'client/theme/fonts' import { SCHEMES } from 'client/constants'