Remove unused file

This commit is contained in:
Dev 2023-10-29 20:46:50 +00:00
parent 199d7be0aa
commit fe703b34ec

View File

@ -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")
};