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,3 +1,4 @@
import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234";
@ -141,6 +142,8 @@ const App = () => {
<Route path="dashrunner/:id" element={<DashboardRunner/>}/>
{/* buildercomponents */}
<Route path="/Test111234" element={<Test111234 />} />