Skip to content

Commit

Permalink
remove layout
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 25, 2023
1 parent 02f230c commit d64beaa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/docusaurus-theme-classic/src/theme/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -39,3 +40,10 @@ export default function Layout(props: Props): JSX.Element {
</LayoutProvider>
);
}
*/

export default function Test() {
return <div>Hello</div>;
}

0 comments on commit d64beaa

Please sign in to comment.