import CarePage from "../../care/page"; export default async function ScopedCarePage(): Promise { return CarePage(); }