Update AppImage

This commit is contained in:
MacRimi
2025-09-28 23:51:06 +02:00
parent 5b934eeb87
commit 3c33d5982c
2 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
import { ProxmoxDashboard } from "../../components/proxmox-dashboard"
export default function DashboardPage() {
return (
<main className="min-h-screen bg-background">
<ProxmoxDashboard />
</main>
)
}