Fix typo in drag_and_drop directory name (#723)

* Fix typo in drag_and_drop directory name

* Fix import
This commit is contained in:
Alex Reichert 2021-12-01 13:44:42 -05:00 committed by GitHub
parent 79d6a9e6a2
commit 236ea4dd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -22,7 +22,7 @@ import VegaLite from "./vega_lite";
import Timer from "./timer";
import MarkdownRenderer from "./markdown_renderer";
import Highlight from "./highlight";
import DragAndDrop from "./darg_and_drop";
import DragAndDrop from "./drag_and_drop";
import PasswordToggle from "./password_toggle";
import morphdomCallbacks from "./morphdom_callbacks";
import { loadUserData } from "./lib/user";