frontend: default export useRenderCount hook

This commit is contained in:
Mose Müller
2024-07-24 15:06:36 +02:00
parent 4ed8899708
commit c396de75fb
11 changed files with 11 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import { LevelName } from "./NotificationsComponent";
import { SerializedObject } from "../types/SerializedObject";
import { QuantityMap } from "../types/QuantityMap";
import { propsAreEqual } from "../utils/propsAreEqual";
import { useRenderCount } from "../hooks/useRenderCount";
import useRenderCount from "../hooks/useRenderCount";
interface SliderComponentProps {
fullAccessPath: string;