File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"use client"
22
3- import Link from "next/link" ;
43import { ScrollArea } from "@/components/ui/scroll-area" ;
5- import { UsersIcon , GroupIcon , Search , } from "lucide-react" ;
4+
5+ import { GroupIcon , Lightbulb , UsersIcon } from "lucide-react" ;
6+ import Link from "next/link" ;
7+
68
79export function Sidebar ( ) {
810 const navigation = [
911 { name : "Users" , href : "/users" , icon : UsersIcon } ,
1012 { name : "Teams" , href : "/teams" , icon : GroupIcon } ,
13+ { name : "Ideas" , href : "/idea" , icon : Lightbulb } ,
1114 ] ;
1215
1316 return (
Original file line number Diff line number Diff line change 11import { type Table } from "@tanstack/react-table"
22import {
33 ChevronLeft ,
4- ChevronRight ,
5- ChevronsLeft ,
6- ChevronsRight ,
4+ ChevronRight
75} from "lucide-react"
86
97import { Button } from "../ui/button"
You can’t perform that action at this time.
0 commit comments