From bf279804e5c52cd3212d11369d3b302051821e4d Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 10 Aug 2022 18:06:13 -0700 Subject: [PATCH] Clean up imports --- common/tsconfig.json | 2 +- web/package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/tsconfig.json b/common/tsconfig.json index 43ca937e..a341afb8 100644 --- a/common/tsconfig.json +++ b/common/tsconfig.json @@ -11,5 +11,5 @@ "target": "es2017", "jsx": "preserve" }, - "include": ["**/*.ts", "util/tiptap-tweet.tsx"] + "include": ["**/*.ts", "util/tweet-embed.tsx"] } diff --git a/web/package.json b/web/package.json index a008026b..4fba3359 100644 --- a/web/package.json +++ b/web/package.json @@ -53,7 +53,6 @@ "react-hot-toast": "2.2.0", "react-instantsearch-hooks-web": "6.24.1", "react-query": "3.39.0", - "react-twitter-embed": "4.0.4", "string-similarity": "^4.0.4", "tippy.js": "6.3.7" },