Browse Source

TS: Clean up

WestLangley 6 years ago
parent
commit
532339a3e1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/core/BufferAttribute.d.ts

+ 3 - 3
src/core/BufferAttribute.d.ts

@@ -1,6 +1,6 @@
-import {
-	Usage
-} from '../constants';
+import { Usage } from '../constants';
+import { Matrix3 } from './../math/Matrix3';
+import { Matrix4 } from './../math/Matrix4';
 
 /**
  * @see <a href="https://github.com/mrdoob/three.js/blob/master/src/core/BufferAttribute.js">src/core/BufferAttribute.js</a>