From b580b640bde69fe86138f4d2f7905f0a27810c74 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 18 Oct 2025 02:39:24 +0200 Subject: [PATCH] Remove unused react --- web/components/votes/vote-info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/votes/vote-info.tsx b/web/components/votes/vote-info.tsx index 93324d95..5f1bbcea 100644 --- a/web/components/votes/vote-info.tsx +++ b/web/components/votes/vote-info.tsx @@ -6,7 +6,7 @@ import {TextEditor, useTextEditor} from "web/components/widgets/editor"; import {JSONContent} from "@tiptap/core"; import {getVotes} from "web/lib/supabase/votes"; import {MAX_DESCRIPTION_LENGTH} from "common/envs/constants"; -import React, {useEffect, useState} from "react"; +import {useEffect, useState} from "react"; import {Button} from "web/components/buttons/button"; import {Input} from "web/components/widgets/input"; import {api} from "web/lib/api";