Fix eslint error and update svelte related stuff
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
import reveal from '$animations/reveal'
|
||||
import { DURATION } from '$utils/constants'
|
||||
|
||||
export let variant: string = 'lines'
|
||||
export let tag: string = 'h1'
|
||||
export let variant = 'lines'
|
||||
export let tag = 'h1'
|
||||
</script>
|
||||
|
||||
{#if tag === 'h1'}
|
||||
|
||||
Reference in New Issue
Block a user