Skip to content

Commit

Permalink
Fixed merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMike8 committed Apr 19, 2024
1 parent bbf7bb9 commit 2fdfb52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export interface SectorlobeData {
id: string;
center: LatLngTuple;
sectorVertices: LatLngExpression[];
}
frequency: number;
}
// Props

export interface InfoProps {
Expand Down

0 comments on commit 2fdfb52

Please sign in to comment.