Skip to content

Commit 66bb532

Browse files
author
Tim Roes
authored
Move DocumentationPanel component together (#19282)
1 parent bde7fe9 commit 66bb532

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

airbyte-webapp/src/components/common/DocumentationPanel/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

airbyte-webapp/src/views/Connector/ConnectorDocumentationLayout/ConnectorDocumentationLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import styles from "./ConnectorDocumentationLayout.module.scss";
99
import { useDocumentationPanelContext } from "./DocumentationPanelContext";
1010

1111
const LazyDocumentationPanel = lazy(() =>
12-
import("components/common/DocumentationPanel").then(({ DocumentationPanel }) => ({ default: DocumentationPanel }))
12+
import("./DocumentationPanel").then(({ DocumentationPanel }) => ({ default: DocumentationPanel }))
1313
);
1414

1515
export const ConnectorDocumentationLayout: React.FC<React.PropsWithChildren<unknown>> = ({ children }) => {

0 commit comments

Comments
 (0)