Spaces:
Running
Running
File size: 280 Bytes
fe11ce5 7c0f116 fe11ce5 7c0f116 |
1 2 3 4 5 6 7 |
// 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;
|