refactor: enhance layout structure by introducing WorkspacePanel and updating component styles

This commit is contained in:
Anish Sarkar 2026-05-17 03:17:12 +05:30
parent bd1d1c42a7
commit a49ee05456
6 changed files with 107 additions and 62 deletions

View file

@ -1 +1,2 @@
export { LayoutShell } from "./LayoutShell";
export { WorkspacePanel } from "./WorkspacePanel";