Skip to content

Commit a63e4ab

Browse files
Fix lint errors
1 parent f702a9f commit a63e4ab

File tree

1 file changed

+1
-1
lines changed
  • apify-docs-theme/src/theme/MDXComponents

1 file changed

+1
-1
lines changed

apify-docs-theme/src/theme/MDXComponents/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import LLMButtons from '@site/src/components/LLMButtons';
12
import Admonition from '@theme/Admonition';
23
import MDXA from '@theme/MDXComponents/A';
34
import MDXCode from '@theme/MDXComponents/Code';
@@ -8,7 +9,6 @@ import MDXImg from '@theme/MDXComponents/Img';
89
import MDXPre from '@theme/MDXComponents/Pre';
910
import MDXUl from '@theme/MDXComponents/Ul';
1011
import Mermaid from '@theme/Mermaid';
11-
import LLMButtons from '@site/src/components/LLMButtons';
1212
import React from 'react';
1313

1414
import RunnableCodeBlock from '../RunnableCodeBlock/RunnableCodeBlock';

0 commit comments

Comments
 (0)