refactor(tui): remove legacy sync context

This commit is contained in:
Dax Raad 2026-07-13 15:46:03 -04:00
commit 90a87b2a0c
6 changed files with 24 additions and 218 deletions

View file

@ -23,7 +23,6 @@
"./context/project": "./src/context/project.tsx",
"./context/runtime": "./src/context/runtime.tsx",
"./context/sdk": "./src/context/sdk.tsx",
"./context/sync": "./src/context/sync.tsx",
"./context/theme": "./src/context/theme.tsx",
"./context/editor": "./src/context/editor.ts",
"./context/clipboard": "./src/context/clipboard.tsx",