diff --git a/src/components/TweetQuote/index.tsx b/src/components/TweetQuote/index.tsx index e58e57e44..70bc06ad1 100644 --- a/src/components/TweetQuote/index.tsx +++ b/src/components/TweetQuote/index.tsx @@ -49,4 +49,4 @@ export default function TweetQuote({ ); -} \ No newline at end of file +} diff --git a/src/components/popup/popup.tsx b/src/components/popup/popup.tsx index d7d265e12..6dfb11c91 100644 --- a/src/components/popup/popup.tsx +++ b/src/components/popup/popup.tsx @@ -11,4 +11,4 @@ const Popup = ({ status, message }) => { ); }; -export default Popup; \ No newline at end of file +export default Popup;