refactor(tui): simplify location and command contexts

This commit is contained in:
Dax Raad
2026-07-14 23:01:53 -04:00
parent 94a23b8537
commit 2cb2f9d538
6 changed files with 78 additions and 108 deletions
-1
View File
@@ -20,7 +20,6 @@
"./context/epilogue": "./src/context/epilogue.tsx",
"./context/exit": "./src/context/exit.tsx",
"./context/log": "./src/context/log.tsx",
"./context/project": "./src/context/project.tsx",
"./context/runtime": "./src/context/runtime.tsx",
"./context/client": "./src/context/client.tsx",
"./context/theme": "./src/context/theme.tsx",