Files
ProxMenux/AppImage/app/hardware/page.tsx

6 lines
111 B
TypeScript
Raw Normal View History

2025-10-05 20:45:54 +02:00
import Hardware from "@/components/hardware"
export default function HardwarePage() {
return <Hardware />
}