import React from 'react'; import { Eye, Star } from 'lucide-react'; import { Business } from '../../types'; const MousePointerClick = ({className}: {className?:string}) => ( ); const DashboardOverview = ({ business }: { business: Business }) => (