build_app

This commit is contained in:
risadmin_prod 2025-06-04 12:07:57 +00:00
parent 85de3dabfa
commit 55e362bbe0
2 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Test111234", "Transcations");
addCustomMenu( "Test111234", "Transcations");
addCustomMenu( "Test111234", "Transcations");

View File

@ -1,4 +1,5 @@
import Test111234 from "./components/BuilderComponents/test22/Test111234/Test111234";
@ -144,6 +145,8 @@ const App = () => {
{/* buildercomponents */}
<Route path="/Test111234" element={<Test111234 />} />