Renamed folder file sue to build error
This commit is contained in:
parent
d7d4dfd73f
commit
0d7f8aef06
@ -47,7 +47,7 @@ const renderCustomizedLabel = ({
|
|||||||
</text>
|
</text>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
export const PieCharts = ({ data = defaultData }: IPieChartsProps) => {
|
export default function PieCharts({ data = defaultData }: IPieChartsProps) {
|
||||||
return (
|
return (
|
||||||
<Box className="pie-charts">
|
<Box className="pie-charts">
|
||||||
<ResponsiveContainer width="100%" height="100%">
|
<ResponsiveContainer width="100%" height="100%">
|
||||||
@ -73,4 +73,4 @@ export const PieCharts = ({ data = defaultData }: IPieChartsProps) => {
|
|||||||
</ResponsiveContainer>
|
</ResponsiveContainer>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
};
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
import { Box, Button, IconButton, Paper, Typography } from "@mui/material";
|
import { Box, Button, IconButton, Paper, Typography } from "@mui/material";
|
||||||
import { PieCharts } from "../PieCharts/PieCharts";
|
import PieCharts from "../PieCharts/PieCharts";
|
||||||
|
|
||||||
import MoreVertIcon from "@mui/icons-material/MoreVert";
|
import MoreVertIcon from "@mui/icons-material/MoreVert";
|
||||||
import { type ITransactionsOverviewData } from "@/app/services/types";
|
import { type ITransactionsOverviewData } from "@/app/services/types";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user