corregido errores de compilacion para next en web
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
import {
|
||||
Folder,
|
||||
Forward,
|
||||
Frame,
|
||||
PanelLeft,
|
||||
PieChart,
|
||||
Trash2,
|
||||
type LucideIcon,
|
||||
} from 'lucide-react';
|
||||
@@ -27,25 +25,6 @@ import {
|
||||
useSidebar,
|
||||
} from '@repo/shadcn/sidebar';
|
||||
|
||||
const data = {
|
||||
projects: [
|
||||
{
|
||||
name: 'Design Engineering',
|
||||
url: '#',
|
||||
icon: Frame,
|
||||
},
|
||||
{
|
||||
name: 'Sales & Marketing',
|
||||
url: '#',
|
||||
icon: PieChart,
|
||||
},
|
||||
{
|
||||
name: 'Travel',
|
||||
url: '#',
|
||||
icon: Map,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export function NavProjects({
|
||||
projects,
|
||||
|
||||
Reference in New Issue
Block a user