mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-19 11:21:18 +00:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
function onHydrationEnd() {
|
|
// console.log('Hydration finished; page is now interactive.')
|
|
}
|
|
|
|
export { onHydrationEnd }
|