diff --git a/pages/react/getting-started.mdx b/pages/react/getting-started.mdx index 6cc872c..86a50b1 100644 --- a/pages/react/getting-started.mdx +++ b/pages/react/getting-started.mdx @@ -559,7 +559,7 @@ Go back to `App.tsx` and change the content to: {` -const App = () => <>Hello World +const App = () => Hello World export default App `}