Skip to content

Commit 1edc670

Browse files
committed
Fix
1 parent e9d22b3 commit 1edc670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/nebenkosten/pieChartNebenkosten.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useTheme } from "next-themes";
2-
import { useEffect, useLayoutEffect, useState } from "react";
2+
import { useEffect, useState } from "react";
33
import { Cell, Pie, PieChart, ResponsiveContainer } from "recharts";
44

55
type PropTypes = {

0 commit comments

Comments
 (0)