Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
narirou committed Dec 7, 2024
1 parent f5d0af4 commit 2e318d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/app/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ export type ClientAppChair = {

export type Coordinate = { latitude: number; longitude: number };

export type DisplayPos = {
x: number;
y: number;
};
export type DisplayPos = { x: number; y: number };

export type Distance = { horizontalDistance: number; verticalDistance: number };

Expand Down

0 comments on commit 2e318d0

Please sign in to comment.