diff --git a/src/components/Dialog/QRDialog.tsx b/src/components/Dialog/QRDialog.tsx index f6eabcdb..431626a4 100644 --- a/src/components/Dialog/QRDialog.tsx +++ b/src/components/Dialog/QRDialog.tsx @@ -108,6 +108,7 @@ export const QRDialog = ({ , action() { diff --git a/src/components/Widgets/ConfiguringWidget.tsx b/src/components/Widgets/ConfiguringWidget.tsx index a8a65e79..f3b3a39a 100644 --- a/src/components/Widgets/ConfiguringWidget.tsx +++ b/src/components/Widgets/ConfiguringWidget.tsx @@ -3,7 +3,6 @@ import React, { useEffect } from "react"; import { useDevice } from "@core/providers/useDevice.js"; import { AdjustmentsHorizontalIcon } from "@heroicons/react/24/outline"; -import { Button } from "../Button.js"; import { Card } from "../Card.js"; import { Dropdown } from "../Dropdown.js"; @@ -66,15 +65,6 @@ export const ConfiguringWidget = (): JSX.Element => { total={hardware.maxChannels ?? 0} /> -