Skip to content

Commit

Permalink
docs(slide-show-tutorial): remove duplicate export
Browse files Browse the repository at this point in the history
  • Loading branch information
printerscanner committed Nov 26, 2024
1 parent 6ab4ea7 commit 4f201f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {} },
];
Expand Down

0 comments on commit 4f201f0

Please sign in to comment.