refactor: remove unnecessary return type annotation from Sidebar component

This commit is contained in:
iamkiddy 2025-04-26 20:26:25 +00:00
parent a5364ba345
commit b7200cc1fd
2 changed files with 0 additions and 2 deletions

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();