From fe703b34ec48dfb462663d0aaf58b45b9a6fc8bd Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 29 Oct 2023 20:46:50 +0000 Subject: [PATCH] Remove unused file --- project/src/TYPES.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 project/src/TYPES.ts diff --git a/project/src/TYPES.ts b/project/src/TYPES.ts deleted file mode 100644 index aa3eb8d0..00000000 --- a/project/src/TYPES.ts +++ /dev/null @@ -1,5 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/naming-convention -export const TYPES: {[name:string]: symbol} = { - PROGRAM: Symbol.for("PROGRAM"), - APP: Symbol.for("APP") -}; \ No newline at end of file