Let changed to const
This commit is contained in:
parent
dcb6617937
commit
1700c30d44
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import { cssVars, createClasses } from "./cssVars"
|
||||
|
||||
export let className = ""
|
||||
export const className = ""
|
||||
export let imageUrl = ""
|
||||
export let heading = ""
|
||||
export let description = ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import { cssVars, createClasses } from "./cssVars"
|
||||
|
||||
export let className = ""
|
||||
export const className = ""
|
||||
export let imageUrl = ""
|
||||
export let heading = ""
|
||||
export let description = ""
|
||||
|
|
Loading…
Reference in New Issue