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;