Remove unused import

This commit is contained in:
Austin Chen 2022-08-11 10:45:55 -07:00
parent 1aae6d6efe
commit 01b7edecb9

View File

@ -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'