mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-11 12:26:18 +00:00
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
import Hardware from "@/components/hardware"
|
|
|
|
export default function HardwarePage() {
|
|
return <Hardware />
|
|
}
|