Feature request network graph
This commit is contained in:
12
src/ui/desktop/apps/HostManagerApp.tsx
Normal file
12
src/ui/desktop/apps/HostManagerApp.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { HostManager } from "@/ui/desktop/apps/host-manager/HostManager";
|
||||
import React from "react";
|
||||
|
||||
const HostManagerApp: React.FC = () => {
|
||||
return (
|
||||
<div className="w-full h-screen">
|
||||
<HostManager isTopbarOpen={false} onSelectView={() => {}} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default HostManagerApp;
|
||||
Reference in New Issue
Block a user