Refactored website components. New layout.
This commit is contained in:
@@ -3,15 +3,16 @@ import { Metadata } from 'next';
|
||||
import { ReportsHeader } from './ReportsHeader';
|
||||
import { ReportsDataTable } from './ReportsDataTable';
|
||||
import { useNavigation } from '@/components/hooks';
|
||||
import { PageBody } from '@/components/common/PageBody';
|
||||
|
||||
export function ReportsPage() {
|
||||
const { teamId } = useNavigation();
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageBody>
|
||||
<ReportsHeader />
|
||||
<ReportsDataTable teamId={teamId} />
|
||||
</>
|
||||
</PageBody>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user