From 4245c6bd13c159a0d3e2bcce5bd880e452ade047 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Wed, 4 Jun 2025 12:05:34 +0000 Subject: [PATCH] build_app --- .../com/realnet/Builders/Services/BuilderService.java | 3 +++ test111rb-front-f/Authsec_ReactBootStrapNew/src/App.js | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/test111rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/test111rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index cdbbb35..0fe6f41 100644 --- a/test111rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/test111rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -72,6 +72,9 @@ public class BuilderService { addCustomMenu( "Test111234", "Transcations"); +addCustomMenu( "Test111234", "Transcations"); + + System.out.println("dashboard and menu inserted..."); diff --git a/test111rb-front-f/Authsec_ReactBootStrapNew/src/App.js b/test111rb-front-f/Authsec_ReactBootStrapNew/src/App.js index 73342ac..5efa482 100644 --- a/test111rb-front-f/Authsec_ReactBootStrapNew/src/App.js +++ b/test111rb-front-f/Authsec_ReactBootStrapNew/src/App.js @@ -1,4 +1,5 @@ -import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234"; + +import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234"; @@ -141,7 +142,9 @@ const App = () => { }/> {/* buildercomponents */} - } /> + + + } /> @@ -159,4 +162,4 @@ const App = () => { ); }; -export default App; +export default App; \ No newline at end of file