Skip to content

Commit

Permalink
fix: update icon path and name
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Apr 29, 2024
1 parent 57845f3 commit 5ad660a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/components/toolbar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { ReactNode, Ref, PropsWithChildren } from "react";
import ReactDOM from "react-dom";
import { RectangleIcon, SelectionIcon, handIcon } from "./icon";
import { RectangleIcon, SelectionIcon, handIcon } from "./icons/icons";
import { PlaitBoard, PlaitPointerType } from "../interfaces";
import { DrawPointerType } from "../plugins/with-rectangle";
import { BoardTransforms } from "../transforms/board";
Expand Down

0 comments on commit 5ad660a

Please sign in to comment.