- Remove unused packages

- Consume the kafika-smooth-dnd lib as a sub dir under trello
- update above code to fix any linting errors

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-05-31 11:31:55 -04:00
parent d85768b2ac
commit c7b8df5655
15 changed files with 2920 additions and 8967 deletions

View File

@@ -1,6 +1,6 @@
import React, { Component } from "react";
import PropTypes from "prop-types";
import container, { dropHandlers } from "kuika-smooth-dnd";
import container, { dropHandlers } from "../smooth-dnd";
container.dropHandler = dropHandlers.reactDropHandler().handler;
container.wrapChild = (p) => p; // don't wrap children they will already be wrapped