import MyContentInfoBlock from '@/app/ui/my-content/my-content-info-block'; import FilesTable from '@/app/ui/dashboard/files-table'; import MyContentPieChart from '@/app/ui/my-content/my-content-pie-chart'; import MyContentStatsOverview from '@/app/ui/my-content/new/my-content-stats-overview'; import PageTitleColorFrame from '@/app/ui/page-title-color-frame'; export default function Page() { return ( <> {/*
*/} ) }