renames shapes -> shape utils
This commit is contained in:
parent
eea9af5f31
commit
10b0c50294
22 changed files with 29 additions and 48 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue