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