Skip to content

Commit

Permalink
Removung unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 18, 2024
1 parent ba73c50 commit 9386e09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"@rollup/plugin-commonjs": "^22.0.1",
"three": "^0.137.0"
},
"gitHead": "0e2f268b2178879823caa5d469fc28f08f832fda"
"gitHead": "ba73c507fe5acad4a3462696fa23fa36bcea999e"
}
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@
"maxSize": "18 kB"
}
],
"gitHead": "0e2f268b2178879823caa5d469fc28f08f832fda"
"gitHead": "ba73c507fe5acad4a3462696fa23fa36bcea999e"
}
3 changes: 1 addition & 2 deletions packages/framer-motion/src/render/html/HTMLVisualElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ import { scrapeMotionValuesFromProps } from "./utils/scrape-motion-values"
import { renderHTML } from "./utils/render"
import { getDefaultValueType } from "../dom/value-types/defaults"
import { measureViewportBox } from "../../projection/utils/measure"
import { MotionProps, MotionStyle } from "../../motion/types"
import { MotionProps } from "../../motion/types"
import { Box } from "../../projection/geometry/types"
import { DOMVisualElement } from "../dom/DOMVisualElement"
import { MotionConfigContext } from "../../context/MotionConfigContext"
import { isMotionValue } from "../../value/utils/is-motion-value"
import type { ResolvedValues } from "../types"
import type { IProjectionNode } from "../../projection/node/types"
import { VisualElement } from "../VisualElement"

export function getComputedStyle(element: HTMLElement) {
Expand Down

0 comments on commit 9386e09

Please sign in to comment.