feature/sidebar #3

Merged
Yussif merged 14 commits from feature/sidebar into staging 2025-04-27 10:01:30 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit b7200cc1fd - Show all commits

View File

@ -28,7 +28,6 @@ const recentDesigns = [
/**
* RecentDesign Component
* Displays a sidebar with recent designs and a trash section
* @returns JSX.Element
*/
export default function RecentDesign() {
return (

View File

@ -20,7 +20,6 @@ const links = [
/**
* Sidebar Component
* Displays a vertical navigation sidebar with icons and labels
* @returns JSX.Element
*/
export default function Sidebar() {
const pathname = usePathname();