We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666b7c4 commit 9b22d10Copy full SHA for 9b22d10
packages/connect-react/src/components/Description.tsx
@@ -1,6 +1,8 @@
1
import type { CSSProperties } from "react";
2
import Markdown from "react-markdown";
3
-import { ConfigurableProp, ConfigurableProps } from "@pipedream/sdk";
+import {
4
+ ConfigurableProp, ConfigurableProps,
5
+} from "@pipedream/sdk";
6
import { useCustomize } from "../hooks/customization-context";
7
import { FormFieldContext } from "../hooks/form-field-context";
8
import { FormContext } from "../hooks/form-context";
0 commit comments