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,4 +1,5 @@
|
|||||||
import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234";
|
|
||||||
|
import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -141,7 +142,9 @@ 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 />} />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -159,4 +162,4 @@ const App = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default App;
|
export default App;
|
||||||
Loading…
x
Reference in New Issue
Block a user