build_app
This commit is contained in:
parent
40cd20f37d
commit
2b083e528e
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Kirantest","Kirantest", "Transcations");
|
addCustomMenu( "Kirantest","Kirantest", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Kirantest","Kirantest", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|||||||
@ -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 = () => {
|
|||||||
<Route path="dashrunner/:id" element={<DashboardRunner/>}/>
|
<Route path="dashrunner/:id" element={<DashboardRunner/>}/>
|
||||||
{/* <Route path="test" element={<Regform />} /> */}
|
{/* <Route path="test" element={<Regform />} /> */}
|
||||||
{/* buildercomponents */}
|
{/* buildercomponents */}
|
||||||
<Route path="/Kirantest" element={<Kirantest />} />
|
|
||||||
|
|
||||||
|
<Route path="/Kirantest" element={<Kirantest />} />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -160,4 +163,4 @@ const App = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default App;
|
export default App;
|
||||||
Loading…
x
Reference in New Issue
Block a user