import PageTitleColorFrame from '@/app/ui/page-title-color-frame'; import DahboardGeographySection from '@/app/ui/dashboard/new/dashboard-geography-section'; import DashboardPlatformsList from '@/app/ui/dashboard/new/dashboard-platforms-list'; import ViolationsMyCases from '@/app/ui/violations/violations-my-cases'; import ViolationsCheckAllSection from '@/app/ui/violations/violations-check-all-section'; import ViolationsTable from '@/app/ui/violations/violations-table'; import ViolationsStatistic from '@/app/ui/violations/violations-statistic'; export default function Page() { const FILE_TYPE = "all"; return ( <>
) }