diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 137db71..d1a5880 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -19,7 +19,7 @@ import { TextField, Typography, } from "@mui/material"; -import type { MonitoringMachineInput, SSHKey, SSHKeyInput } from "../types"; +import type { MonitoringMachine, MonitoringMachineInput, SSHKey, SSHKeyInput } from "../types"; import { useDeleteMonitoringMachine, useDeleteSSHKey, @@ -839,38 +839,6 @@ function SSHKeyManager({ sshKeys }: { sshKeys: SSHKey[] }) { -