From e062639fbdd6372e7a9f853ec8c7319d80ffafef Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Mon, 19 Aug 2024 19:02:02 +0100 Subject: [PATCH] CELE-72 removed unused component import --- .../frontend/src/components/viewers/EM/SceneControls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/visualizer/frontend/src/components/viewers/EM/SceneControls.tsx b/applications/visualizer/frontend/src/components/viewers/EM/SceneControls.tsx index 1e34a8a2..d730f7a1 100644 --- a/applications/visualizer/frontend/src/components/viewers/EM/SceneControls.tsx +++ b/applications/visualizer/frontend/src/components/viewers/EM/SceneControls.tsx @@ -1,4 +1,4 @@ -import { FileDownloadOutlined, HomeOutlined, TextsmsOutlined } from "@mui/icons-material"; +import { FileDownloadOutlined, HomeOutlined } from "@mui/icons-material"; import ZoomInIcon from "@mui/icons-material/ZoomIn"; import ZoomOutIcon from "@mui/icons-material/ZoomOut"; import { Box, Divider, IconButton } from "@mui/material";