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");