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