mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 21:03:47 +00:00
chore: fix lint warnings and run formating
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user