feat: add care execution workspace
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user