This commit is contained in:
2024-08-18 19:04:32 +03:00
parent 5d6869c118
commit 50c8af7bda
10 changed files with 156 additions and 87 deletions
@@ -1,7 +1,9 @@
<script>
import Preview from "../files/Preview.svelte";
import {fileurl} from "../files/imageserver"
import {getContext} from "svelte"
const channel = getContext("channel");
export let record;
export let schema;
</script>