Skip to content

Commit

Permalink
move connector builder components into the same shared components/con…
Browse files Browse the repository at this point in the history
…nectorBuilder directory (#20007)
  • Loading branch information
lmossman committed Dec 2, 2022
1 parent 1fd4a03 commit 885507f
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useIntl } from "react-intl";

import { StreamTestingPanel } from "components/StreamTestingPanel";
import { StreamTestingPanel } from "components/connectorBuilder/StreamTestingPanel";
import { YamlEditor } from "components/connectorBuilder/YamlEditor";
import { ResizablePanels } from "components/ui/ResizablePanels";
import { YamlEditor } from "components/YamlEditor";

import { ConnectorBuilderStateProvider } from "services/connectorBuilder/ConnectorBuilderStateService";

Expand Down

0 comments on commit 885507f

Please sign in to comment.