build_app
This commit is contained in:
parent
3fd5887617
commit
9191a7e0ec
@ -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,3 +1,4 @@
|
|||||||
|
|
||||||
import Kirantest from "./components/BuilderComponents/basic1/Kirantest/Kirantest";
|
import Kirantest from "./components/BuilderComponents/basic1/Kirantest/Kirantest";
|
||||||
|
|
||||||
|
|
||||||
@ -141,6 +142,8 @@ 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 />} />
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user