Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairwilson committed Jan 17, 2024
1 parent 95931bc commit 3989666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/content/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { TinyButton } from "./Thread"
import deleteCommentAction from "lib/actions/deleteComment"
import useUser from "lib/hooks/useUser"
import { useRecoilState, atom } from "recoil"
import { set } from "cypress/types/lodash"

export const textAreaValue = atom({
key: "textAreaValue",
Expand Down

0 comments on commit 3989666

Please sign in to comment.