update token refresh function
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { useTranslations } from 'next-intl';
|
||||
import { Suspense } from 'react';
|
||||
import PageTitle from '@/app/ui/page-title';
|
||||
import ReferralStats from '@/app/ui/referral-page/referral-stats';
|
||||
|
||||
export default function Page() {
|
||||
const t = useTranslations('Global');
|
||||
@@ -9,6 +10,7 @@ export default function Page() {
|
||||
<Suspense fallback={<>...</>}>
|
||||
<PageTitle title="refferal-program">
|
||||
</PageTitle>
|
||||
<ReferralStats />
|
||||
<div>
|
||||
refferals
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user