Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 30, 2023
1 parent a7c79a8 commit 8bbf96b
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -2,12 +2,9 @@
pragma solidity >=0.8.21;

import { ResourceId } from "@latticexyz/store/src/ResourceId.sol";
import { RESOURCE_TABLE } from "@latticexyz/store/src/storeResourceTypes.sol";
import { System } from "@latticexyz/world/src/System.sol";
import { WorldResourceIdInstance, WorldResourceIdLib } from "@latticexyz/world/src/WorldResourceId.sol";
import { NamespaceOwner } from "@latticexyz/world/src/codegen/tables/NamespaceOwner.sol";
import { SystemRegistry } from "@latticexyz/world/src/codegen/tables/SystemRegistry.sol";
import { WorldContextConsumer } from "@latticexyz/world/src/WorldContext.sol";

import { AccessControlLib } from "../../utils/AccessControlLib.sol";
import { PuppetMaster } from "../puppet/PuppetMaster.sol";
Expand Down

0 comments on commit 8bbf96b

Please sign in to comment.