Skip to content

Commit

Permalink
chore: remove unused interface ResourceEntry (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Jan 13, 2025
1 parent 297d9de commit 186a860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/assets/ts/components/proposal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ interface Cookie {
hostOnly?: boolean;
}

interface ResourceEntry {
name: string;
}

type ButtonState = 'add' | 'update' | 'loading';

export const Proposal: React.FC = () => {
Expand Down

0 comments on commit 186a860

Please sign in to comment.