From 28e4571e1323907d6ffc440c2b2a19171c1de3f9 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Wed, 18 Jun 2025 09:06:32 +0000 Subject: [PATCH] build_app --- .../com/realnet/Builders/Services/BuilderService.java | 3 +++ test44rb-front-f/Authsec_ReactBootStrapNew/src/App.js | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/test44rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/test44rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index cee4dd8..fc644ec 100644 --- a/test44rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/test44rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java @@ -72,6 +72,9 @@ public class BuilderService { addCustomMenu( "Kirantest","Kirantest", "Transcations"); +addCustomMenu( "Kirantest","Kirantest", "Transcations"); + + System.out.println("dashboard and menu inserted..."); diff --git a/test44rb-front-f/Authsec_ReactBootStrapNew/src/App.js b/test44rb-front-f/Authsec_ReactBootStrapNew/src/App.js index 55ccd8b..f5379af 100644 --- a/test44rb-front-f/Authsec_ReactBootStrapNew/src/App.js +++ b/test44rb-front-f/Authsec_ReactBootStrapNew/src/App.js @@ -1,4 +1,5 @@ -import Kirantest from "./components/BuilderComponents/basic1/Kirantest/Kirantest"; + +import Kirantest from "./components/BuilderComponents/basic1/Kirantest/Kirantest"; @@ -141,7 +142,9 @@ const App = () => { }/> {/* } /> */} {/* buildercomponents */} - } /> + + + } /> @@ -160,4 +163,4 @@ const App = () => { ); }; -export default App; +export default App; \ No newline at end of file