+ {JSON.stringify(analytics, null, '\t')}
+
+ );
+};
+
+export default AnalyticsReports;
diff --git a/apps/meteor/client/views/admin/viewLogs/ViewLogsPage.tsx b/apps/meteor/client/views/admin/viewLogs/ViewLogsPage.tsx
index cdd55a3da6c7..4463fec8f5bf 100644
--- a/apps/meteor/client/views/admin/viewLogs/ViewLogsPage.tsx
+++ b/apps/meteor/client/views/admin/viewLogs/ViewLogsPage.tsx
@@ -4,6 +4,7 @@ import type { ReactElement } from 'react';
import React, { useState } from 'react';
import Page from '../../../components/Page';
+import AnalyticsReports from './AnalyticsReports';
import ServerLogs from './ServerLogs';
const ViewLogsPage = (): ReactElement => {
@@ -23,7 +24,7 @@ const ViewLogsPage = (): ReactElement => {
{t('Analytic_reports')}
-