feature/sidebar #3
@ -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 (
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user