Remove Banner unused prop

This commit is contained in:
2022-09-18 12:52:39 +02:00
parent 9497fad63f
commit e870816ddc

View File

@@ -6,7 +6,6 @@
// Components // Components
import Image from '$components/atoms/Image.svelte' import Image from '$components/atoms/Image.svelte'
export let type: string = undefined
export let title: string export let title: string
export let image: any export let image: any
</script> </script>