Spaces:
Sleeping
Sleeping
Create LeftSidebar.tsx
Browse files
web/src/components/LeftSidebar.tsx
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// web/src/components/LeftSidebar.tsx
|
| 2 |
+
export { LeftSidebar } from "./sidebar/LeftSidebar";
|