From e3a67ffbde00efd0debd33427f63c52ec4d80249 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 14 Jun 2024 23:18:49 +0530 Subject: [PATCH] chore: remove unused import --- src/components/atoms/Highlighter.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/atoms/Highlighter.tsx b/src/components/atoms/Highlighter.tsx index 50e28ec5..7e5fb8d7 100644 --- a/src/components/atoms/Highlighter.tsx +++ b/src/components/atoms/Highlighter.tsx @@ -2,7 +2,6 @@ import React from 'react'; import styled from "styled-components"; import { mapRect } from "../../helpers/inputHelpers"; -import canvas from "./canvas"; interface HighlighterProps { unmodifiedRect: DOMRect;