Skip to content

Commit

Permalink
chore: remove unused interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Dec 13, 2024
1 parent a1b1337 commit 1a63b8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/web/src/components/applications/latestInputsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ import { InputItemFragment } from "../../graphql/explorer/operations";
import RollupContractResolver from "../../lib/rollupContractResolver";
import Address from "../address";

export interface Entry {
appId: AddressType;
timestamp: number;
href: string;
}

export interface LatestInputsTableProps {
inputs: InputItemFragment[];
fetching: boolean;
Expand Down

0 comments on commit 1a63b8e

Please sign in to comment.