Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 11, 2024
1 parent e3b2744 commit e2ceee3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions client/src/hooks/helpers/useResources.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { configManager } from "@/dojo/setup";
import {
CapacityConfigCategory,
ID,
ResourcesIds,
resources,
type Resource
} from "@bibliothecadao/eternum";
import { CapacityConfigCategory, ID, ResourcesIds, resources, type Resource } from "@bibliothecadao/eternum";
import { useComponentValue } from "@dojoengine/react";
import { Has, HasValue, getComponentValue, runQuery, type Entity } from "@dojoengine/recs";
import { useEffect, useMemo, useState } from "react";
Expand Down

0 comments on commit e2ceee3

Please sign in to comment.