12
resources/client/admin/reports/insights/insights-users-chart.tsx
Executable file
12
resources/client/admin/reports/insights/insights-users-chart.tsx
Executable file
@@ -0,0 +1,12 @@
|
||||
import {Trans} from '@common/i18n/trans';
|
||||
import React from 'react';
|
||||
import {InsightsAsyncChart} from '@app/admin/reports/insights/insights-async-chart';
|
||||
import {TopModelsChartLayout} from '@app/admin/reports/top-models-chart-layout';
|
||||
|
||||
export function InsightsUsersChart() {
|
||||
return (
|
||||
<InsightsAsyncChart metric="users">
|
||||
<TopModelsChartLayout title={<Trans message="Top users" />} />
|
||||
</InsightsAsyncChart>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user