feat: List and delete local files

This commit is contained in:
Aleksi Lassila
2024-04-01 18:44:05 +03:00
parent 0193451f32
commit 8a6cfc0669
13 changed files with 134 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import FullScreenModal from '../Modal/FullScreenModal.svelte';
import FullScreenModal from '../ManageMedia/FullScreenModal.svelte';
import VideoPlayer from './VideoPlayer.svelte';
export let modalId: symbol;
export let id: string;