Remove math.ts from boilerplate/typescript
This file is only a distraction.
This commit is contained in:
parent
89cd77a64b
commit
d7cc1f03de
1 changed files with 0 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
export const add = (x: number, y: number): number => {
|
|
||||||
return x + y;
|
|
||||||
}
|
|
Loading…
Reference in a new issue