Skip to content

Commit

Permalink
fix: ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetz committed Feb 8, 2024
1 parent 9803f4e commit 35bbb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"jszip": "^3.10.1",
"lucide-svelte": "^0.294.0",
"playwright": "^1.40.1",
"sass": "^1.70.0",
"spdx-license-list": "^6.8.0",
"svelte": "^4.2.8",
"svelte-file-dropzone": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Uploader/Add.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import Dropzone from "svelte-file-dropzone/Dropzone.svelte";
import Dropzone from "svelte-file-dropzone";
import toast from 'svelte-french-toast';
import { createEventDispatcher } from 'svelte';
Expand Down
2 changes: 1 addition & 1 deletion src/components/Uploader/EditForm/Files.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script charset="utf-8">
import Dropzone from "svelte-file-dropzone/Dropzone.svelte";
import Dropzone from "svelte-file-dropzone";
import FileEntry from './FileEntry.svelte';
export let files = [];
export let handle_files_select = () => {};
Expand Down

0 comments on commit 35bbb5c

Please sign in to comment.