fix: Correct NodeConfig import path in ProxmoxAgentNodesPanel
This commit is contained in:
parent
e470fbec83
commit
c1d9c1bb95
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import Server from 'lucide-solid/icons/server';
|
|||
import HardDrive from 'lucide-solid/icons/hard-drive';
|
||||
import Mail from 'lucide-solid/icons/mail';
|
||||
import Loader from 'lucide-solid/icons/loader-2';
|
||||
import type { NodeConfig } from '@/api/nodes';
|
||||
import type { NodeConfig } from '@/types/nodes';
|
||||
|
||||
type AgentType = 'pve' | 'pbs' | 'pmg';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue