Skip to content

Commit

Permalink
use correct sortable import
Browse files Browse the repository at this point in the history
  • Loading branch information
agatemosu committed Aug 19, 2024
1 parent 34d8f97 commit 06eb8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Pickr from "https://esm.run/@simonwep/[email protected]";
import html2canvas from "https://esm.run/[email protected]";
import { Sortable } from "https://esm.run/[email protected]";
import Sortable from "https://esm.run/[email protected]";

const defaultColors = [
"#ff7f7e",
Expand Down

0 comments on commit 06eb8af

Please sign in to comment.