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 (