Update AppImage

This commit is contained in:
MacRimi
2025-09-28 22:57:15 +02:00
parent e404557d62
commit 38569ff7fc
3 changed files with 102 additions and 88 deletions

View File

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