Change default select tool to rect

This commit is contained in:
Mitchell McCaffrey
2021-07-22 16:05:54 +10:00
parent 60760e3d8e
commit 1043eac3ab
4 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ import PointerToolIcon from "../../icons/PointerToolIcon";
import FullScreenIcon from "../../icons/FullScreenIcon";
import FullScreenExitIcon from "../../icons/FullScreenExitIcon";
import NoteToolIcon from "../../icons/NoteToolIcon";
import SelectToolIcon from "../../icons/SelecToolIcon";
import SelectToolIcon from "../../icons/SelectToolIcon";
import UndoButton from "../controls/shared/UndoButton";
import RedoButton from "../controls/shared/RedoButton";