Initial commit. Files are uploaded to the filesystem.

This commit is contained in:
ThePendulum
2025-09-25 06:19:37 +02:00
commit 745b00dcdc
64 changed files with 9572 additions and 0 deletions

9
pages/index/+Page.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<div class="page">
<Dropzone />
</div>
</template>
<script lang="ts" setup>
import Dropzone from '#components/upload/drop.vue';
</script>