From 18f85b1aa86220a4d163086cb862cec16487204c Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:06:50 +0000 Subject: [PATCH] Update frontend/src/proprietary/components/shared/config/configNavSections.tsx Co-authored-by: James Brunton --- .../components/shared/config/configNavSections.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/proprietary/components/shared/config/configNavSections.tsx b/frontend/src/proprietary/components/shared/config/configNavSections.tsx index eb8068cbd..2d3ce7dfe 100644 --- a/frontend/src/proprietary/components/shared/config/configNavSections.tsx +++ b/frontend/src/proprietary/components/shared/config/configNavSections.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { createConfigNavSections as createCoreConfigNavSections, ConfigNavSection } from '@core/components/shared/config/configNavSections'; -import PeopleSection from '@proprietary/components/shared/config/configSections/PeopleSection'; -import TeamsSection from '@proprietary/components/shared/config/configSections/TeamsSection'; +import PeopleSection from '@app/components/shared/config/configSections/PeopleSection'; +import TeamsSection from '@app/components/shared/config/configSections/TeamsSection'; /** * Proprietary extension of createConfigNavSections that adds workspace sections