Skip to content

Commit

Permalink
knip
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Jul 31, 2024
1 parent ba578c0 commit 45ee226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/dojo/contractComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import { defineComponent, Type as RecsType, World } from "@dojoengine/recs";

export type ContractComponents = Awaited<ReturnType<typeof defineContractComponents>>;

export function defineContractComponents(world: World) {
return {
AddressName: (() => {
Expand Down
1 change: 1 addition & 0 deletions sdk/packages/eternum/src/constants/structures.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { CairoCustomEnum } from "starknet";
import { ResourcesIds } from "../constants";

/** @knipignore */
export enum StructureType {
Realm = 1,
Hyperstructure = 2,
Expand Down

0 comments on commit 45ee226

Please sign in to comment.