From 9191a7e0ec2fdc52421756508c7ae8bdbbd999b5 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Mon, 16 Jun 2025 10:32:06 +0000 Subject: [PATCH] build_app --- .../com/realnet/Builders/Services/BuilderService.java | 3 +++ test41rb-front-f/Authsec_ReactBootStrapNew/src/App.js | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/test41rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java b/test41rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java index cee4dd8..fc644ec 100644 --- a/test41rb-back-b/authsec_springboot/backend/src/main/java/com/realnet/Builders/Services/BuilderService.java +++ b/test41rb-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/test41rb-front-f/Authsec_ReactBootStrapNew/src/App.js b/test41rb-front-f/Authsec_ReactBootStrapNew/src/App.js index 4ed6ad8..6f90bf1 100644 --- a/test41rb-front-f/Authsec_ReactBootStrapNew/src/App.js +++ b/test41rb-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