diff --git a/sites/reactflow.dev/src/pages/learn/tutorials/slide-shows-with-react-flow.mdx b/sites/reactflow.dev/src/pages/learn/tutorials/slide-shows-with-react-flow.mdx index 9578a484..b85c7a93 100644 --- a/sites/reactflow.dev/src/pages/learn/tutorials/slide-shows-with-react-flow.mdx +++ b/sites/reactflow.dev/src/pages/learn/tutorials/slide-shows-with-react-flow.mdx @@ -193,7 +193,7 @@ const nodeTypes = { slide: Slide, }; -export default export default function App() { +export default function App() { const nodes = [ { id: '0', type: 'slide', position: { x: 0, y: 0 }, data: {} }, ];