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