initial commit

This commit is contained in:
Siwat Sirichai 2025-06-21 12:09:47 +07:00
commit a606796d9e
26 changed files with 2606 additions and 0 deletions

7
app/page.tsx Normal file
View file

@ -0,0 +1,7 @@
"use client"
import Component from "@/components/bed-pressure-monitor"
export default function Page() {
return <Component />
}