Skip to content

Commit

Permalink
Add MonthlyInstalls to ActivityUsageSection
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 4, 2022
1 parent fca0bb3 commit e73e004
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { useTranslation } from 'next-i18next';

import { ActivitySection } from './ActivitySection';
import { MonthlyInstalls } from './MonthlyInstalls';
import { RecentInstalls } from './RecentInstalls';
import { TotalInstalls } from './TotalInstalls';

Expand All @@ -11,6 +12,7 @@ export function ActivityUsageSection() {
<ActivitySection title={t('activity:usage')}>
<TotalInstalls />
<RecentInstalls />
<MonthlyInstalls />
</ActivitySection>
);
}

0 comments on commit e73e004

Please sign in to comment.