ClareVoiceV1 / web /src /components /LeftSidebar.tsx
claudqunwang's picture
Add Clare Voice: app, server, TTS/podcast, RAG, React web UI, Dockerfile (PNG/PDF as regular files)
bc04957
// web/src/components/LeftSidebar.tsx
// Backward-compatible re-export:
// If any legacy code imports from "web/src/components/LeftSidebar.tsx",
// it will still render the new sidebar implementation.
export { LeftSidebar } from "./sidebar/LeftSidebar";
export default undefined;