From 72c6c7de12e9833f52bf2d0718d70f044f8ab57e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 20 Jul 2023 20:47:32 -0700 Subject: a bit of refactoring; importing engine into bun for server --- client/lib/interfaces/Direction.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 client/lib/interfaces/Direction.ts (limited to 'client/lib/interfaces/Direction.ts') diff --git a/client/lib/interfaces/Direction.ts b/client/lib/interfaces/Direction.ts deleted file mode 100644 index 0bc6ef3..0000000 --- a/client/lib/interfaces/Direction.ts +++ /dev/null @@ -1,6 +0,0 @@ -export enum Direction { - UP = "UP", - DOWN = "DOWN", - LEFT = "LEFT", - RIGHT = "RIGHT", -} -- cgit v1.2.3-70-g09d2