diff --git a/packages/docusaurus-theme-classic/src/theme/Layout/index.tsx b/packages/docusaurus-theme-classic/src/theme/Layout/index.tsx index 9b0dcccc623c..8b7f1c95eb67 100644 --- a/packages/docusaurus-theme-classic/src/theme/Layout/index.tsx +++ b/packages/docusaurus-theme-classic/src/theme/Layout/index.tsx @@ -5,6 +5,7 @@ * LICENSE file in the root directory of this source tree. */ +/* import React from 'react'; import clsx from 'clsx'; import ErrorBoundary from '@docusaurus/ErrorBoundary'; @@ -39,3 +40,10 @@ export default function Layout(props: Props): JSX.Element { ); } + + + */ + +export default function Test() { + return
Hello
; +}