Skip to content

Commit fe85349

Browse files
committed
Move Dropzone up to top level
1 parent 7f6ac05 commit fe85349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/components/Dropzone.svelte renamed to src/lib/Dropzone.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
isIeOrEdge,
1010
isPropagationStopped,
1111
TOO_MANY_FILES_REJECTION
12-
} from "../utils/index";
12+
} from "./utils/index";
1313
import { onMount, onDestroy, createEventDispatcher } from "svelte";
1414
1515
//props

src/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Reexport your entry components here
2-
export { Dropzone } from './components/Dropzone.svelte';
2+
export { Dropzone } from './Dropzone.svelte';

0 commit comments

Comments
 (0)