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