Reorganize components

This commit is contained in:
Idrees Hassan
2025-10-26 13:47:22 -04:00
parent eda3f9fbc1
commit 4d12eb46a2
10 changed files with 650 additions and 676 deletions

6
src/sharedConstants.js Normal file
View File

@@ -0,0 +1,6 @@
// @ts-check
export const Directions = {
LEFT: -1,
RIGHT: 1,
};