feat: add health data management workspace
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import HealthSettingsPage from "../../../settings/health/page";
|
||||
|
||||
export default async function ScopedHealthSettingsPage(): Promise<React.ReactElement> {
|
||||
return HealthSettingsPage();
|
||||
}
|
||||
Reference in New Issue
Block a user