Move FileSharing from team/ to pages/ — serves all 3 roles

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Krao Hasanee
2026-05-19 22:13:11 -04:00
parent b9a4c4a353
commit 66baa2869e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ const SubInvoiceDetail = lazy(() => import('./pages/team/SubInvoiceDetail'));
const SurveyMaker = lazy(() => import('./pages/team/SurveyMaker'));
const BrandBook = lazy(() => import('./pages/team/BrandBook'));
const Converters = lazy(() => import('./pages/team/Converters'));
const FileSharing = lazy(() => import('./pages/team/FileSharing'));
const FileSharing = lazy(() => import('./pages/FileSharing'));
const FourgePasswords = lazy(() => import('./pages/team/FourgePasswords'));
const MyPurchaseOrders = lazy(() => import('./pages/external/MyPurchaseOrders'));
const ExternalMyInvoices = lazy(() => import('./pages/external/MyInvoices'));
@@ -1,5 +1,5 @@
import Layout from '../../components/Layout';
import FileBrowser from '../../components/FileBrowser';
import Layout from '../components/Layout';
import FileBrowser from '../components/FileBrowser';
export default function FileSharing() {
return (