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,