Move some libraries around

This commit is contained in:
2024-09-12 15:11:50 +02:00
parent f3ac6875ed
commit 9e7f3b4e0d
18 changed files with 16 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import GalleryView from './GalleryView.svelte'
import Button from '../../layout/Button.svelte';
import FileImporter from './FileImporter.svelte';
import { formatDate } from '../../util/Formatting.svelte';
import { drop_target } from "../../util/DropTarget.ts"
import { drop_target } from "../../lib/DropTarget.ts"
export let nav
export let upload_widget