More code removal

This commit is contained in:
David Négrier
2020-05-15 22:08:53 +02:00
parent 5a3668a12e
commit 4e745f20f7
2 changed files with 1 additions and 20 deletions
+1 -2
View File
@@ -2,5 +2,4 @@ export interface PointInterface {
x: number;
y: number;
direction: string;
toJson() : object;
}
}