fix(sidebar): add mobile sidebar

This commit is contained in:
2025-12-03 15:30:46 +03:00
parent 18ebfa734a
commit 01de6f6e75
22 changed files with 613 additions and 109 deletions

View File

@@ -1,3 +1,5 @@
export * from './header';
export * from './footer';
export * from './breadcrumbs';
export * from './mobile-callback';
export * from './sidebar';