forked from MapComplete/MapComplete
Chore: linting
This commit is contained in:
parent
4625ad9a5c
commit
097141f944
307 changed files with 5346 additions and 2147 deletions
|
@ -5,13 +5,9 @@
|
|||
imgSize?: string
|
||||
extraClasses?: string
|
||||
} = {}
|
||||
|
||||
</script>
|
||||
|
||||
<button
|
||||
class={twMerge(options.extraClasses, "secondary no-image-background")}
|
||||
on:click
|
||||
>
|
||||
<button class={twMerge(options.extraClasses, "secondary no-image-background")} on:click>
|
||||
<slot name="image" />
|
||||
<slot name="message" />
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue