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

@ -1,7 +1,7 @@
import Command from "./command"
import history from "../history"
import { Data, TransformCorner, TransformEdge } from "types"
import { getShapeUtils } from "lib/shapes"
import { getShapeUtils } from "lib/shape-utils"
import { current } from "immer"
import { TransformSingleSnapshot } from "state/sessions/transform-single-session"