about summary refs log tree commit diff
path: root/boilerplate
diff options
context:
space:
mode:
Diffstat (limited to 'boilerplate')
-rw-r--r--boilerplate/typescript/src/math.ts3
1 files changed, 0 insertions, 3 deletions
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;
-}