feat: add care execution workspace

This commit is contained in:
2026-07-03 00:35:04 -07:00
parent df7c2efcc5
commit b6b15acc69
20 changed files with 4270 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
import CarePage from "../../care/page";
export default function ScopedCarePage(): React.ReactElement {
export default async function ScopedCarePage(): Promise<React.ReactElement> {
return CarePage();
}