mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 08:06:17 +00:00
Update AppImage
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
"use client"
|
||||
|
||||
import { ProxmoxDashboard } from "../components/proxmox-dashboard"
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen bg-background">
|
||||
<ProxmoxDashboard />
|
||||
</main>
|
||||
)
|
||||
return <ProxmoxDashboard />
|
||||
}
|
||||
|
Reference in New Issue
Block a user