Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Sep 28, 2023
1 parent cb14329 commit 2312e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/room/object-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { hasComponent } from "bitecs";
import { isPinned as getPinnedState } from "../../bit-systems/networking";
import { deleteTheDeletableAncestor } from "../../bit-systems/delete-entity-system";
import { isAEntityPinned } from "../../systems/hold-system";
import { MediaContentBounds, MediaInfo, MediaLoader, Owned, Static, AEntity } from "../../bit-components";
import { MediaContentBounds, MediaInfo, Static, AEntity } from "../../bit-components";
import { setPinned } from "../../utils/bit-pinning-helper";
import { debounce } from "lodash";

Expand Down

0 comments on commit 2312e7a

Please sign in to comment.