standaradises the declaration of empty vars

This commit is contained in:
mikesealey 2025-03-06 15:06:34 +00:00
parent ec382c313c
commit 3484f500e5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
export let buttonText = ""
export let cta = false
export let link = ""
export let linkText
export let linkText = ""
$: icon = selectIcon(type)
// if newlines used, convert them to different elements