diff --git a/src/App.jsx b/src/App.jsx index 48a5aad..8a7ca80 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -17,6 +17,7 @@ import { ElectronSpotlightContentPage } from './components/Dashboard/context/SpotlightContext.jsx' import { ActionsModalProvider } from './components/Dashboard/context/ActionsModalContext.jsx' +import MissingPlaceholder from './components/Dashboard/common/MissingPlaceholder.jsx' import { ThemeProvider, @@ -54,7 +55,14 @@ const AppContent = () => { const Router = getRouter() return ( - + ( +
+ +
+ )} + > @@ -65,60 +73,60 @@ const AppContent = () => { - - ( - - )} - /> - } - /> - ( - - )} - /> - } - /> - } - /> - } - /> - } /> - } - > - {ProductionRoutes} - {InventoryRoutes} - {FinanceRoutes} - {SalesRoutes} - {ManagementRoutes} - {DeveloperRoutes} - - - } - /> + + ( + + )} + /> + } + /> + ( + + )} + /> + } + /> + } + /> + } + /> + } /> + } + > + {ProductionRoutes} + {InventoryRoutes} + {FinanceRoutes} + {SalesRoutes} + {ManagementRoutes} + {DeveloperRoutes} + + + } + />