build_app
This commit is contained in:
parent
ce6bfb335e
commit
4245c6bd13
@ -72,6 +72,9 @@ public class BuilderService {
|
|||||||
addCustomMenu( "Test111234", "Transcations");
|
addCustomMenu( "Test111234", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Test111234", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234";
|
import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234";
|
||||||
|
|
||||||
|
|
||||||
@ -141,6 +142,8 @@ const App = () => {
|
|||||||
<Route path="dashrunner/:id" element={<DashboardRunner/>}/>
|
<Route path="dashrunner/:id" element={<DashboardRunner/>}/>
|
||||||
|
|
||||||
{/* buildercomponents */}
|
{/* buildercomponents */}
|
||||||
|
|
||||||
|
|
||||||
<Route path="/Test111234" element={<Test111234 />} />
|
<Route path="/Test111234" element={<Test111234 />} />
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user