renames shapes -> shape utils

This commit is contained in:
Steve Ruiz 2021-05-20 10:49:40 +01:00
parent eea9af5f31
commit 10b0c50294
22 changed files with 29 additions and 48 deletions

View file

@ -2,7 +2,7 @@ import Command from "./command"
import history from "../history"
import { Data, TransformCorner, TransformEdge } from "types"
import { TransformSnapshot } from "state/sessions/transform-session"
import { getShapeUtils } from "lib/shapes"
import { getShapeUtils } from "lib/shape-utils"
export default function transformCommand(
data: Data,