Skip to content

Commit

Permalink
fix: utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Feb 23, 2023
1 parent 44b9568 commit ae8274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aframe-mods/aabb-collider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global AFRAME, THREE */

import {ARENAUtils} from 'utils';
import {ARENAUtils} from '../utils.js';

if (typeof AFRAME === 'undefined') {
throw new Error('Component attempted to register before AFRAME was available.');
Expand Down

0 comments on commit ae8274e

Please sign in to comment.