import { IconWorld } from "@tabler/icons-react"; import { LiquidJsEditor } from "ui/components/code/LiquidJsEditor"; import { BaseNode } from "../BaseNode"; export function RenderNode(props) { return (
); }