← back to Norma Platform

app/act/consent/page.tsx

4 lines

import { Suspense } from 'react';
import ConsentPage from '@/components/campaigns/ConsentPage';
export default function Page(){return <Suspense fallback={<p>Loading…</p>}><ConsentPage/></Suspense>;}