From 8f4ecd1f92a8764cbda562a01a9d927f6e48d5bb Mon Sep 17 00:00:00 2001 From: cmaddox5 Date: Tue, 15 Oct 2024 14:50:29 -0400 Subject: [PATCH] Fix lint issues. --- assets/js/components/Dashboard/Dashboard.tsx | 1 - .../PermanentConfiguration/Workflows/GlEink/GlEinkWorkflow.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/js/components/Dashboard/Dashboard.tsx b/assets/js/components/Dashboard/Dashboard.tsx index 1a92f763..59f20281 100644 --- a/assets/js/components/Dashboard/Dashboard.tsx +++ b/assets/js/components/Dashboard/Dashboard.tsx @@ -13,7 +13,6 @@ import AlertBanner from "Components/AlertBanner"; import LinkCopiedToast from "Components/LinkCopiedToast"; import ActionOutcomeToast from "Components/ActionOutcomeToast"; import { useLocation } from "react-router-dom"; -import { Button, Modal } from "react-bootstrap"; import ErrorModal from "Components/ErrorModal"; const Dashboard: ComponentType = () => { diff --git a/assets/js/components/Dashboard/PermanentConfiguration/Workflows/GlEink/GlEinkWorkflow.tsx b/assets/js/components/Dashboard/PermanentConfiguration/Workflows/GlEink/GlEinkWorkflow.tsx index e8811aac..54e56606 100644 --- a/assets/js/components/Dashboard/PermanentConfiguration/Workflows/GlEink/GlEinkWorkflow.tsx +++ b/assets/js/components/Dashboard/PermanentConfiguration/Workflows/GlEink/GlEinkWorkflow.tsx @@ -10,7 +10,7 @@ import ConfigureScreensWorkflowPage, { import BottomActionBar from "Components/PermanentConfiguration/BottomActionBar"; import { useLocation, useNavigate } from "react-router-dom"; import StationSelectPage from "Components/PermanentConfiguration/Workflows/GlEink/StationSelectPage"; -import { Alert, Button, Modal } from "react-bootstrap"; +import { Alert } from "react-bootstrap"; import { ExclamationCircleFill } from "react-bootstrap-icons"; import { useConfigValidationContext,