From ea61b01f375a6fbd7b29ebc4af6306555ceb07d0 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 21 Jan 2023 10:47:50 -0600 Subject: [PATCH] fragment not needed --- src/Element/SoundCloudEmded.tsx | 2 -- 1 file changed, 2 deletions(-) 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( - <> - ) }