diff --git a/src/theme/DocItem/Content/index.js b/apify-docs-theme/src/theme/DocItemContent/index.js similarity index 100% rename from src/theme/DocItem/Content/index.js rename to apify-docs-theme/src/theme/DocItemContent/index.js diff --git a/src/theme/DocItem/Layout/index.js b/src/theme/DocItem/Layout/index.js index 25e007163c..299bcd1515 100644 --- a/src/theme/DocItem/Layout/index.js +++ b/src/theme/DocItem/Layout/index.js @@ -9,12 +9,12 @@ import DocItemFooter from '@theme/DocItem/Footer'; import DocItemPaginator from '@theme/DocItem/Paginator'; import DocItemTOCDesktop from '@theme/DocItem/TOC/Desktop'; import DocItemTOCMobile from '@theme/DocItem/TOC/Mobile'; +import DocItemContent from '@theme/DocItemContent'; import DocVersionBadge from '@theme/DocVersionBadge'; import DocVersionBanner from '@theme/DocVersionBanner'; import clsx from 'clsx'; import React, { useCallback } from 'react'; -import DocItemContent from '../Content'; import styles from './styles.module.css'; /**