build_app

This commit is contained in:
risadmin_prod 2025-06-19 09:49:24 +00:00
parent 72c89fed84
commit 3ba9389e3c
2 changed files with 9 additions and 3 deletions

View File

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

View File

@ -1,3 +1,4 @@
import Testa from "./components/BuilderComponents/reactbootstrap/Testa/Testa";
@ -141,6 +142,8 @@ const App = () => {
<Route path="dashrunner/:id" element={<DashboardRunner/>}/>
{/* <Route path="test" element={<Regform />} /> */}
{/* buildercomponents */}
<Route path="Testa" element={<Testa />} />