🎤 useAfterFirstRender.ts

This commit is contained in:
nirholas
2026-03-31 10:23:34 +00:00
parent b05cb76eb3
commit 1e852d7818

View File

@@ -15,3 +15,4 @@ export function useAfterFirstRender(): void {
} }
}, []) }, [])
} }