Skip to content

Commit

Permalink
refactor(plugin): cleanup useWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-yudakov committed Oct 25, 2023
1 parent db05fc1 commit e90dd3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/sdk/src/hooks/useWorld.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {useEffect, useMemo, useRef} from 'react';
// import {Event3dEmitter} from '@momentum-xyz/core';

import {useObjectGlobalProps} from '../contexts/ObjectGlobalPropsContext';
// import {AttributeNameEnum} from '../enums';
import {Transform, UseWorldPropsInterface, UseWorldReturnInterface} from '../interfaces';

import {useObject} from './useObject';
Expand Down

0 comments on commit e90dd3a

Please sign in to comment.