This commit is contained in:
smanylov
2026-01-05 15:07:10 +07:00
parent 9f41386b65
commit c438ae3fb9
11 changed files with 127 additions and 115 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ const data = [
export default function Page() {
return (
<>
<div className="flex justify-between flex-wrap gap-x-8">
<div className="split-blocks">
<MyContentInfoBlock />
<div className="protection-overview grow">
<div className="protection-overview">
<PieChartComponent data={data} />
</div>
</div>