Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed May 10, 2024
1 parent e207b05 commit 4aed2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/examples/extended-component-library.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import BrowserOnly from '@docusaurus/BrowserOnly';
<BrowserOnly>
{() => {
const App = require('website-examples/extended-component-library/src/app').default;
console.log(App);

return <App />;
}}
</BrowserOnly>

0 comments on commit 4aed2f2

Please sign in to comment.