further performance improvements
This commit is contained in:
5
frontend/src/graph/line.ts
Normal file
5
frontend/src/graph/line.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
export interface Point {
|
||||
x: number,
|
||||
y: number,
|
||||
}
|
||||
Reference in New Issue
Block a user