mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
# Conflicts: # src/app/(main)/teams/TeamsDataTable.tsx # src/app/(main)/teams/TeamsJoinButton.tsx # src/app/(main)/teams/[teamId]/TeamSettings.tsx
14 lines
325 B
TypeScript
14 lines
325 B
TypeScript
export * from 'lucide-react';
|
|
export {
|
|
Logo as LogoSvg,
|
|
Compare as CompareSvg,
|
|
Funnel as FunnelSvg,
|
|
Lightning as LightningSvg,
|
|
Location as LocationSvg,
|
|
Magnet as MagnetSvg,
|
|
Money as MoneySvg,
|
|
Network as NetworkSvg,
|
|
Path as PathSvg,
|
|
Target as TargetSvg,
|
|
AddUser as AddUserSvg,
|
|
} from '@/components/svg';
|