chore: fix lint warnings and run formating

This commit is contained in:
LukeGus
2026-06-04 14:21:39 -05:00
parent 52f4e51ae0
commit dccaae07ab
4 changed files with 14 additions and 35 deletions
+5 -1
View File
@@ -26,7 +26,11 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger,
} from "@/components/dropdown-menu";
import { getSSHHosts, bulkImportSSHHosts, exportAllSSHHosts } from "@/main-axios";
import {
getSSHHosts,
bulkImportSSHHosts,
exportAllSSHHosts,
} from "@/main-axios";
import type { SSHHostWithStatus } from "@/main-axios";
import type { Host, HostFolder, TabType } from "@/types/ui-types";