{
+ e.stopPropagation();
+ console.log("data", data);
+ }}
+ >
+
+

ЕСЛИ - ТО
+
+
+
+ Если {data.condition as string}, то
+
+
+
+ Иначе
+
+
+
+
+
+
+
+ );
+}
diff --git a/client/src/main.tsx b/client/src/main.tsx
index c07c04b..116858c 100644
--- a/client/src/main.tsx
+++ b/client/src/main.tsx
@@ -1,11 +1,12 @@
-import React from 'react';
-import ReactDOM from 'react-dom/client';
-import '@/index.css';
-import App from '@/App';
-import AppWrapper from '@/config/AppWrapper';
+import React from "react";
+import ReactDOM from "react-dom/client";
+import "@/index.css";
+import App from "@/App";
+import AppWrapper from "@/config/AppWrapper";
+import "@xyflow/react/dist/style.css";
const root = ReactDOM.createRoot(
- document.getElementById('root') as HTMLElement
+ document.getElementById("root") as HTMLElement
);
root.render(