Clean up imports

This commit is contained in:
Austin Chen 2022-08-10 18:06:13 -07:00
parent 82fe032cfb
commit bf279804e5
2 changed files with 1 additions and 2 deletions

View File

@ -11,5 +11,5 @@
"target": "es2017",
"jsx": "preserve"
},
"include": ["**/*.ts", "util/tiptap-tweet.tsx"]
"include": ["**/*.ts", "util/tweet-embed.tsx"]
}

View File

@ -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"
},