Fix eslint error and update svelte related stuff
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</style>
|
||||
|
||||
<script lang="ts">
|
||||
export let animate: boolean = false
|
||||
export let animate = false
|
||||
|
||||
const classes = ['icon-earth', $$props.class].join(' ').trim()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user