Spaces:
Sleeping
Sleeping
Update web/src/components/LeftSidebar.tsx
Browse files
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;
|