Skip to content

Commit

Permalink
remove unused variables from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraKri committed Dec 17, 2024
1 parent 6737d82 commit b0c0185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/src/components/editor/ZoomableSVGWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { ReactElement, RefObject, useEffect, useRef, useState } from "react";

interface ZoomableSVGWrapperProps {
containerRef: RefObject<HTMLDivElement>;
svgWidth: number;
svgHeight: number;
children: ReactElement;
}

Expand Down

0 comments on commit b0c0185

Please sign in to comment.