From 7c32663eecd790af0ae283a55be8f2d8a99c6034 Mon Sep 17 00:00:00 2001 From: Clauderic Demers Date: Wed, 13 Nov 2024 19:21:55 -0500 Subject: [PATCH] Update docs --- apps/docs/react/guides/multiple-sortable-lists.mdx | 3 --- 1 file changed, 3 deletions(-) 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. -