浏览代码

Testing Relative Path Import

Alejandro Toledo 5 年之前
父节点
当前提交
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;