Skip to content

Commit

Permalink
chore: remove useless stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Mar 29, 2024
1 parent ebd54cd commit d22eb65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/loc/LocDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ export function UserLocDetails(props: UserLocDetailsProps) {
)
}

export interface VoterLocDetailsProps {
backPath: string;
detailsPath: (locId: UUID, type: LocType) => string;
}

export function VoterLocDetails(props: LocDetailsProps) {
const locId: UUID = new UUID(useParams<"locId">().locId);
return (
Expand Down

0 comments on commit d22eb65

Please sign in to comment.