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 f702a9f commit a63e4abCopy full SHA for a63e4ab
apify-docs-theme/src/theme/MDXComponents/index.js
@@ -1,3 +1,4 @@
1
+import LLMButtons from '@site/src/components/LLMButtons';
2
import Admonition from '@theme/Admonition';
3
import MDXA from '@theme/MDXComponents/A';
4
import MDXCode from '@theme/MDXComponents/Code';
@@ -8,7 +9,6 @@ import MDXImg from '@theme/MDXComponents/Img';
8
9
import MDXPre from '@theme/MDXComponents/Pre';
10
import MDXUl from '@theme/MDXComponents/Ul';
11
import Mermaid from '@theme/Mermaid';
-import LLMButtons from '@site/src/components/LLMButtons';
12
import React from 'react';
13
14
import RunnableCodeBlock from '../RunnableCodeBlock/RunnableCodeBlock';
0 commit comments