store.updateForm({ context: text })}
/>
diff --git a/ui/src/index.tsx b/ui/src/index.tsx
index 3b81410..d903f84 100644
--- a/ui/src/index.tsx
+++ b/ui/src/index.tsx
@@ -7,6 +7,8 @@ import { RouterProvider } from "react-router-dom";
import { router } from "./core/routers/routers";
import { configure } from "mobx";
import { ThemeStore } from "./core/store/theme_store";
+import { FormBuilderValidationModel } from "./core/model/form_builder_validation_model";
+import { FormBuilder } from "./core/ui/form_builder/form_builder";
configure({
enforceActions: "never",
@@ -22,6 +24,11 @@ root.render(
-
+ {/* */}
>
);