build_app

This commit is contained in:
risadmin_prod 2025-06-04 12:05:34 +00:00
parent ce6bfb335e
commit 4245c6bd13
2 changed files with 9 additions and 3 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Test111234", "Transcations");
addCustomMenu( "Test111234", "Transcations");
System.out.println("dashboard and menu inserted...");

View File

@ -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/>}/>
{/* buildercomponents */}
<Route path="/Test111234" element={<Test111234 />} />
<Route path="/Test111234" element={<Test111234 />} />
@ -159,4 +162,4 @@ const App = () => {
);
};
export default App;
export default App;