corregido errores de compilacion para next en web
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import {
|
||||
AudioWaveform,
|
||||
ChevronsUpDownIcon,
|
||||
Command,
|
||||
GalleryVerticalEnd,
|
||||
PlusIcon,
|
||||
} from 'lucide-react';
|
||||
|
||||
@@ -25,25 +22,6 @@ import {
|
||||
} from '@repo/shadcn/sidebar';
|
||||
import * as React from 'react';
|
||||
|
||||
const data = {
|
||||
teams: [
|
||||
{
|
||||
name: 'Acme Inc',
|
||||
logo: GalleryVerticalEnd,
|
||||
plan: 'Enterprise',
|
||||
},
|
||||
{
|
||||
name: 'Acme Corp.',
|
||||
logo: AudioWaveform,
|
||||
plan: 'Startup',
|
||||
},
|
||||
{
|
||||
name: 'Evil Corp.',
|
||||
logo: Command,
|
||||
plan: 'Free',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export function TeamSwitcher({
|
||||
teams,
|
||||
|
||||
Reference in New Issue
Block a user