Linter: Use const

VS Code told me so…
This commit is contained in:
Tobias 2023-06-15 05:48:00 +02:00
parent b55d976492
commit dfa3315e21

View file

@ -5,7 +5,7 @@
import { twJoin, twMerge } from "tailwind-merge"
export let imageUrl: string | BaseUIElement = undefined
export let message: string | BaseUIElement = undefined
export const message: string | BaseUIElement = undefined
export let options: {
imgSize?: string
extraClasses?: string