From 66baa2869ec1c65aed9da417fd899122691302bb Mon Sep 17 00:00:00 2001 From: Krao Hasanee Date: Tue, 19 May 2026 22:13:11 -0400 Subject: [PATCH] =?UTF-8?q?Move=20FileSharing=20from=20team/=20to=20pages/?= =?UTF-8?q?=20=E2=80=94=20serves=20all=203=20roles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/App.jsx | 2 +- src/pages/{team => }/FileSharing.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/pages/{team => }/FileSharing.jsx (77%) diff --git a/src/App.jsx b/src/App.jsx index 026b87d..f95f1e9 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -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')); diff --git a/src/pages/team/FileSharing.jsx b/src/pages/FileSharing.jsx similarity index 77% rename from src/pages/team/FileSharing.jsx rename to src/pages/FileSharing.jsx index 56ecc61..18dbae9 100644 --- a/src/pages/team/FileSharing.jsx +++ b/src/pages/FileSharing.jsx @@ -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 (