forked from MapComplete/MapComplete
Linter: Use const
VS Code told me so…
This commit is contained in:
parent
b55d976492
commit
dfa3315e21
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
import { twJoin, twMerge } from "tailwind-merge"
|
import { twJoin, twMerge } from "tailwind-merge"
|
||||||
|
|
||||||
export let imageUrl: string | BaseUIElement = undefined
|
export let imageUrl: string | BaseUIElement = undefined
|
||||||
export let message: string | BaseUIElement = undefined
|
export const message: string | BaseUIElement = undefined
|
||||||
export let options: {
|
export let options: {
|
||||||
imgSize?: string
|
imgSize?: string
|
||||||
extraClasses?: string
|
extraClasses?: string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue