Restyle home and common components

This commit is contained in:
Nicola Spadari
2025-02-08 14:27:49 +01:00
parent aa3fcc3960
commit 120e756b8d
13 changed files with 173 additions and 110 deletions

View File

@@ -41,6 +41,11 @@
</template>
<script lang="ts" setup>
definePageMeta({
name: "Files",
icon: "lucide:file"
});
const fileName = ref("");
const fileContent = ref("");
const done = ref(false);