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 36560cb commit 57f6d46Copy full SHA for 57f6d46
website/docs/src/pages/getting-started/usage.mdx
@@ -59,7 +59,7 @@ export default function App() {
59
return (
60
<Sandpack
61
files={{
62
- '/Wrapper.js': \`export default () => return "";\`,
+ '/Wrapper.js': \`export default () => "";\`,
63
64
'/Button.js': {
65
code: \`export default () => {
0 commit comments