add my content layout
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
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';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<div className="split-blocks">
|
||||
<MyContentPageTitleColorFrame title="my-content" description="my-content-description" />
|
||||
<MyContentStatsOverview />
|
||||
{/* <div className="split-blocks">
|
||||
<MyContentInfoBlock />
|
||||
<MyContentPieChart />
|
||||
</div>
|
||||
</div> */}
|
||||
<FilesTable fileType={'all'} />
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user