feat: US-009 - Move Education into Patient Pathway as subsection

This commit is contained in:
2026-02-14 18:14:16 +00:00
parent b5de609cd5
commit 9ffed8d153
2 changed files with 8 additions and 16 deletions
+4 -4
View File
@@ -8,7 +8,7 @@ import { CommandPalette } from './CommandPalette'
import { DetailPanel } from './DetailPanel'
import { CardHeader } from './Card'
import { PatientSummaryTile } from './tiles/PatientSummaryTile'
import { EducationTile } from './tiles/EducationTile'
import { EducationSubsection } from './EducationSubsection'
import { ProjectsTile } from './tiles/ProjectsTile'
import { ParentSection } from './ParentSection'
import CareerConstellation from './CareerConstellation'
@@ -389,10 +389,10 @@ export function DashboardLayout() {
<WorkExperienceSubsection />
<RepeatMedicationsSubsection />
</div>
</ParentSection>
{/* EducationTile — full width */}
<EducationTile />
{/* Education subsection */}
<EducationSubsection />
</ParentSection>
</div>
</motion.main>
</div>