Skip to content

Commit

Permalink
chore: clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Jul 2, 2024
1 parent e9031c9 commit fa517dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/components/model/board/shapes/ComponentLabel.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { useEffect, useRef, useState } from "react";
import { Text } from "react-konva";
import { Html } from "react-konva-utils";
import { useReadOnly } from "../../../../hooks/useReadOnly";
import { usePatchComponent } from "../../hooks/usePatchComponent";
import { Rect, Text } from "react-konva";
import { Html } from "react-konva-utils";

export function ComponentLabel({
x,
Expand Down

0 comments on commit fa517dc

Please sign in to comment.