mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
5e3918d7e4
A2UIViewer.tsx and theme/viewer-theme.ts were left behind by the 0.8 -> 0.9 migration: nothing imports them, they import @a2ui/lit (no longer a dependency) and files that no longer exist, so check-types fails on files no PR touches. Remove them along with the now-inert @a2ui/lit external/global entries in tsdown.config.ts, and underscore the unused type params kept on deprecated aliases for call-site compatibility.