sketching out layout structure, cleaning Discover

This commit is contained in:
2026-02-07 16:44:49 -05:00
parent 73aa211229
commit 627fb65547
7 changed files with 173 additions and 298 deletions

4
src/types/navigation.ts Normal file
View File

@@ -0,0 +1,4 @@
export enum DIRECTION {
Increment,
Decrement,
}