> ## Documentation Index
> Fetch the complete documentation index at: https://docs.renchi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OwnerDashboard

> OwnerDashboard component

OwnerDashboard component

## Props

<ResponseField name="initialData" type="DashboardMetrics | null" required={false}>
  initialData
</ResponseField>

## Usage

```tsx theme={null}
import { OwnerDashboard } from '@/components/OwnerDashboard';

export default function Example() {
  return (
    <OwnerDashboard  />
  );
}
```
