Skip to content

Commit 188ef00

Browse files
whoops - fixed up pathing and imports
1 parent 55d26d3 commit 188ef00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dragula-and-drop.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {customElement, bindable, useView} from 'aurelia-templating';
22
import {bindingMode} from 'aurelia-binding';
33
import {inject} from 'aurelia-dependency-injection';
4+
import {PLATFORM} from 'aurelia-pal';
45

56
import {Options, GLOBAL_OPTIONS} from './options';
67
import {Dragula} from './dragula';

0 commit comments

Comments
 (0)