Update frontend/src/proprietary/components/shared/config/configNavSections.tsx

Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
Anthony Stirling 2025-11-05 16:06:50 +00:00 committed by GitHub
parent d38e5692e7
commit 18f85b1aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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