initial commit
This commit is contained in:
commit
a606796d9e
26 changed files with 2606 additions and 0 deletions
7
app/page.tsx
Normal file
7
app/page.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
"use client"
|
||||
|
||||
import Component from "@/components/bed-pressure-monitor"
|
||||
|
||||
export default function Page() {
|
||||
return <Component />
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue