From d7cc1f03de8ca985564ad7dcc2d73317a046f583 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 25 Mar 2020 16:47:03 +0000 Subject: Remove math.ts from boilerplate/typescript This file is only a distraction. --- boilerplate/typescript/src/math.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 boilerplate/typescript/src/math.ts diff --git a/boilerplate/typescript/src/math.ts b/boilerplate/typescript/src/math.ts deleted file mode 100644 index a6e31168888d..000000000000 --- a/boilerplate/typescript/src/math.ts +++ /dev/null @@ -1,3 +0,0 @@ -export const add = (x: number, y: number): number => { - return x + y; -} -- cgit 1.4.1