import { getNodeLabel } from "@ory/integrations/ui" import { Button } from "@ory/themes" import { NodeInputProps } from "./helpers" export function NodeInputSubmit({ node, attributes, disabled, }: NodeInputProps) { return ( <> ) }