Skip to content

Commit

Permalink
Fix duplicate extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Feb 20, 2023
1 parent a4d0eac commit 7e2e85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/three/test/loaders/loaders-pcdloader.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as THREE from 'three';

import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js.js';
import { PCDLoader } from 'three/examples/jsm/loaders/PCDLoader.js.js';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
import { PCDLoader } from 'three/examples/jsm/loaders/PCDLoader.js';

let camera: THREE.PerspectiveCamera;
let scene: THREE.Scene;
Expand Down

0 comments on commit 7e2e85b

Please sign in to comment.