From 380531814649467c533591f5d28d8c847630896b Mon Sep 17 00:00:00 2001 From: koji Date: Fri, 15 Dec 2023 13:18:50 -0500 Subject: [PATCH] fix linting issue --- app/src/organisms/EmergencyStop/EstopPressedModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/organisms/EmergencyStop/EstopPressedModal.tsx b/app/src/organisms/EmergencyStop/EstopPressedModal.tsx index 0c2b46fdc3d..4c573d4aa6a 100644 --- a/app/src/organisms/EmergencyStop/EstopPressedModal.tsx +++ b/app/src/organisms/EmergencyStop/EstopPressedModal.tsx @@ -26,7 +26,6 @@ import { StyledText } from '../../atoms/text' import { LegacyModal } from '../../molecules/LegacyModal' import { Modal } from '../../molecules/Modal' import { getIsOnDevice } from '../../redux/config' -import { DISENGAGED } from './constants' import type { ModalHeaderBaseProps,