update react
This commit is contained in:
parent
804ce323bf
commit
7d4f1151fa
40 changed files with 3573 additions and 14078 deletions
4
src/app/model/coordinates.ts
Normal file
4
src/app/model/coordinates.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default interface Coordinates {
|
||||
x: number,
|
||||
y: number
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue