change title block for my-content page
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
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 MyContentPageTitleColorFrame from '@/app/ui/my-content/new/my-content-page-title';
|
||||
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 (
|
||||
<>
|
||||
<MyContentPageTitleColorFrame title="my-content" description="my-content-description" />
|
||||
<PageTitleColorFrame title="my-content" description="my-content-description"/>
|
||||
<MyContentStatsOverview />
|
||||
{/* <div className="split-blocks">
|
||||
<MyContentInfoBlock />
|
||||
|
||||
Reference in New Issue
Block a user