chore: format files

This commit is contained in:
C4illin 2025-08-13 20:51:41 +02:00
parent 082dd8c1f2
commit 9696cc7188
8 changed files with 131 additions and 104 deletions

View file

@ -17,7 +17,7 @@ export const chooseConverter = new Elysia().use(userService).post(
>
{Object.entries(getPossibleTargets(body.fileType)).map(([converter, targets]) => (
<article
class="convert_to_group flex w-full flex-col border-b border-neutral-700 p-4"
class={`convert_to_group flex w-full flex-col border-b border-neutral-700 p-4`}
data-converter={converter}
>
<header class="mb-2 w-full text-xl font-bold" safe>