diff --git a/src/Element/SoundCloudEmded.tsx b/src/Element/SoundCloudEmded.tsx index 89328963..d731563c 100644 --- a/src/Element/SoundCloudEmded.tsx +++ b/src/Element/SoundCloudEmded.tsx @@ -1,7 +1,6 @@ const SoundCloudEmbed = ({link}: {link: string}) => { return( - <> - ) }