diff --git a/components/recentDesign.tsx b/components/recentDesign.tsx index 175fc48..9d2adc9 100644 --- a/components/recentDesign.tsx +++ b/components/recentDesign.tsx @@ -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 ( diff --git a/components/sidebar.tsx b/components/sidebar.tsx index 2fe055e..7097d18 100644 --- a/components/sidebar.tsx +++ b/components/sidebar.tsx @@ -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();