delete unused code

This commit is contained in:
2025-06-10 12:16:03 +02:00
parent bcb83ca6a7
commit 841446082e
11 changed files with 2 additions and 23 deletions

View File

@@ -6,7 +6,6 @@
<script lang="ts">
import { onMount } from 'svelte';
import { page } from '$app/stores';
/**
* @type any[]

View File

@@ -5,7 +5,7 @@
</style>
<script lang="ts">
import { onMount, tick } from 'svelte';
import { onMount } from 'svelte';
import shortenFileSize from '$lib/helper/shortenFileSize';
import { page } from '$app/stores';

View File

@@ -1,5 +1,4 @@
import { client } from '$lib/minio';
import { json } from '@sveltejs/kit';
export async function DELETE({ request }) {