diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 0ca32811..ac60bd8b 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -49,6 +49,7 @@ const GenerateLink = lazy(() => import("./page/GenerateLink"));
const CreateInvoicesBatch = lazy(() => import("./page/CreateInvoicesBatch"));
const BatchPayment = lazy(() => import("./page/BatchPayment"));
const NotFound = lazy(() => import("./page/NotFound"));
+const Settings = lazy(() => import("./page/Settings"));
function App() {
return (
@@ -107,6 +108,7 @@ function App() {
path="batch-invoice"
element={
+ Manage your account settings and product catalog +
++ Manage your products for quick access when creating invoices. +
+