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:
+1
-1
@@ -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 (
|
||||
Reference in New Issue
Block a user