From cddc0217724f1a7661014d50e4c940e623a0c2dc Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 3 Aug 2021 07:12:35 +0000 Subject: Apps drag and drop feature --- library/Sortable/plugins/Swap/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 library/Sortable/plugins/Swap/index.js (limited to 'library/Sortable/plugins/Swap/index.js') diff --git a/library/Sortable/plugins/Swap/index.js b/library/Sortable/plugins/Swap/index.js new file mode 100644 index 000000000..9799bc72c --- /dev/null +++ b/library/Sortable/plugins/Swap/index.js @@ -0,0 +1 @@ +export { default } from './Swap.js'; -- cgit v1.2.3