From 00f709cb2413b3c69395b92acd12ab66bfd752d3 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 24 Feb 2023 17:06:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/components/editor/readonly-field.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/web/components/editor/readonly-field.tsx b/apps/web/components/editor/readonly-field.tsx index 7cea31b82..700475e16 100644 --- a/apps/web/components/editor/readonly-field.tsx +++ b/apps/web/components/editor/readonly-field.tsx @@ -1,10 +1,6 @@ -import { ResizableBox, ResizeCallbackData } from "react-resizable"; -import React, { SyntheticEvent, useEffect, useState } from "react"; +import React, { useState } from "react"; import Draggable from "react-draggable"; -import { CircleStackIcon, TrashIcon } from "@heroicons/react/24/solid"; -import Logo from "../logo"; import { IconButton } from "@documenso/ui"; -import toast from "react-hot-toast"; import { XCircleIcon } from "@heroicons/react/20/solid"; const stc = require("string-to-color");