diff --git a/apps/docs/react/guides/multiple-sortable-lists.mdx b/apps/docs/react/guides/multiple-sortable-lists.mdx index f52e15af..d54bd0ce 100644 --- a/apps/docs/react/guides/multiple-sortable-lists.mdx +++ b/apps/docs/react/guides/multiple-sortable-lists.mdx @@ -22,7 +22,6 @@ We'll be setting up three columns, and each column will have its own list of ite First, let's set up the initial setup for the columns and items. We'll be creating three files, `App.js`, `Column.js`, and `Item.js`, and applying some basic styles in the `Styles.css` file. -