From ee856cd5ec2c43cb2cce634f6c75682f3faa49d2 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sat, 2 May 2026 02:32:00 +0800 Subject: [PATCH] fix: restore missing getHostPassword import in Tab.tsx (#737) --- src/ui/desktop/navigation/tabs/Tab.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/desktop/navigation/tabs/Tab.tsx b/src/ui/desktop/navigation/tabs/Tab.tsx index 653980df..3ccd92d1 100644 --- a/src/ui/desktop/navigation/tabs/Tab.tsx +++ b/src/ui/desktop/navigation/tabs/Tab.tsx @@ -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,