mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
Merge pull request #35 from IT4Change/remove-debug-handlers
fix(frontend): deleted unused debug handlers
This commit is contained in:
commit
2956ae54cc
@ -1,5 +0,0 @@
|
||||
function onHydrationEnd() {
|
||||
// console.log('Hydration finished; page is now interactive.')
|
||||
}
|
||||
|
||||
export { onHydrationEnd }
|
||||
@ -1,6 +0,0 @@
|
||||
function onPageTransitionEnd() {
|
||||
// console.log('Page transition end')
|
||||
// document.body.classList.remove('page-transition')
|
||||
}
|
||||
|
||||
export { onPageTransitionEnd }
|
||||
@ -1,6 +0,0 @@
|
||||
function onPageTransitionStart() {
|
||||
// console.log('Page transition start')
|
||||
// document.body.classList.add('page-transition')
|
||||
}
|
||||
|
||||
export { onPageTransitionStart }
|
||||
Loading…
x
Reference in New Issue
Block a user