SarahXia0405 commited on
Commit
7c0f116
·
verified ·
1 Parent(s): 1d9387a

Update web/src/components/LeftSidebar.tsx

Browse files
Files changed (1) hide show
  1. web/src/components/LeftSidebar.tsx +4 -0
web/src/components/LeftSidebar.tsx CHANGED
@@ -1,2 +1,6 @@
1
  // web/src/components/LeftSidebar.tsx
 
 
 
2
  export { LeftSidebar } from "./sidebar/LeftSidebar";
 
 
1
  // web/src/components/LeftSidebar.tsx
2
+ // Backward-compatible re-export:
3
+ // If any legacy code imports from "web/src/components/LeftSidebar.tsx",
4
+ // it will still render the new sidebar implementation.
5
  export { LeftSidebar } from "./sidebar/LeftSidebar";
6
+ export default undefined;