Skip to content

Commit

Permalink
fix: importing of webxr-input-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Shimada committed Dec 30, 2022
1 parent b54053f commit 3cf8470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/xr/WebXRInput.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MotionController } from 'webxr-input-profiles/packages/motion-controllers/src/motionController';
import { fetchProfile } from 'webxr-input-profiles/packages/motion-controllers/src/profiles';
import { Constants } from 'webxr-input-profiles/packages/motion-controllers';
import { Component } from 'webxr-input-profiles/packages/motion-controllers/src/component';
import { MotionController } from 'webxr-input-profiles/packages/motion-controllers/src/motionController.js';
import { fetchProfile } from 'webxr-input-profiles/packages/motion-controllers/src/profiles.js';
import { Constants } from 'webxr-input-profiles/packages/motion-controllers/src/constants.js';
import { Component } from 'webxr-input-profiles/packages/motion-controllers/src/component.js';
import { Gltf2Importer } from '../foundation/importer/Gltf2Importer';
import { ModelConverter } from '../foundation/importer/ModelConverter';
import { Is } from '../foundation/misc/Is';
Expand Down

0 comments on commit 3cf8470

Please sign in to comment.