first commit

This commit is contained in:
CHIEFSOFT\ameye
2025-02-12 23:25:43 -05:00
commit d8c7ec4866
1400 changed files with 90826 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
'use client'
import MobileMenu from "../header/MobileMenu";
const Sidebar = () => {
return (
<div className="mega-menu-wrapper ecommer-sidebar-wrapper">
<div>
<div>
<MobileMenu/>
</div>
</div>
</div>
);
};
export default Sidebar;