diff --git a/web/components/editor/embed-modal.tsx b/web/components/editor/embed-modal.tsx index 19e5349d..5d138752 100644 --- a/web/components/editor/embed-modal.tsx +++ b/web/components/editor/embed-modal.tsx @@ -1,6 +1,5 @@ import { Editor } from '@tiptap/react' import { useState } from 'react' -import { TwitterTweetEmbed } from 'react-twitter-embed' import { Button } from '../button' import { RichContent } from '../editor' import { Col } from '../layout/col'