Parcourir la source

Testing Relative Path Import

Alejandro Toledo il y a 5 ans
Parent
commit
377c404251

+ 1 - 1
inspector/src/components/actionTabs/tabs/propertyGrids/animations/anchorSvgPoint.tsx

@@ -1,6 +1,6 @@
 
 import * as React from "react";
-import { Vector2 } from 'babylonjs';
+import { Vector2 } from 'babylonjs/Maths/math.vector';
 
 interface IAnchorSvgPointProps {
    point: Vector2;

+ 1 - 1
inspector/src/components/actionTabs/tabs/propertyGrids/animations/keyframeSvgPoint.tsx

@@ -1,5 +1,5 @@
 import * as React from "react";
-import { Vector2 } from 'babylonjs';
+import { Vector2 } from 'babylonjs/Maths/math.vector';
 
 interface IKeyframeSvgPointProps {
     point: Vector2;