claudqunwang's picture
Add Clare product UI: run_web.sh, README, exclude hf_space from push
c8c6034
// 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;