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