chore: format files
This commit is contained in:
parent
082dd8c1f2
commit
9696cc7188
8 changed files with 131 additions and 104 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue