mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-19 10:47:14 +02:00
frontend: default export useRenderCount hook
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { useRef, useEffect } from "react";
|
||||
|
||||
export function useRenderCount() {
|
||||
export default function useRenderCount() {
|
||||
const count = useRef(0);
|
||||
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user