fix: restore missing getHostPassword import in Tab.tsx (#737)

This commit is contained in:
ZacharyZcR
2026-05-02 02:32:00 +08:00
committed by GitHub
parent 3e2de42cae
commit ee856cd5ec
+1
View File
@@ -1,6 +1,7 @@
import React from "react";
import { Button } from "@/components/ui/button.tsx";
import { useTranslation } from "react-i18next";
import { getHostPassword } from "@/ui/main-axios.ts";
import { cn } from "@/lib/utils";
import {
Home,