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