build_app
This commit is contained in:
parent
7c5407c506
commit
8b70690242
|
@ -72,6 +72,9 @@ public class BuilderService {
|
||||||
addCustomMenu( "Forma", "Transcations");
|
addCustomMenu( "Forma", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
addCustomMenu( "Forma", "Transcations");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
System.out.println("dashboard and menu inserted...");
|
System.out.println("dashboard and menu inserted...");
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
import Forma from "./components/BuilderComponents/basicp1/Forma/Forma";
|
import Forma from "./components/BuilderComponents/basicp1/Forma/Forma";
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
@ -43,6 +44,8 @@ const App = () => {
|
||||||
|
|
||||||
|
|
||||||
{/* buildercomponents */}
|
{/* buildercomponents */}
|
||||||
|
|
||||||
|
|
||||||
<Route path="/Forma" element={<Forma />} />
|
<Route path="/Forma" element={<Forma />} />
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue