chore: finish workspace cleanup

This commit is contained in:
2026-07-03 04:04:54 -07:00
parent 901e36b7a7
commit c4d5222ddd
9 changed files with 278 additions and 175 deletions

View File

@@ -1,5 +1,5 @@
import { renderHealthWorkspacePage } from "@/modules/health/components/HealthWorkspacePage";
import { renderHealthSettingsPage } from "@/modules/health/components/HealthWorkspacePage";
export default async function HealthSettingsPage(): Promise<React.ReactElement> {
return renderHealthWorkspacePage();
return renderHealthSettingsPage();
}