Skip to content

Commit

Permalink
Remove eruda
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jul 12, 2024
1 parent f400db8 commit 20913f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ export type AppCommonProps = {
}

export default function App(props: AppProps<AppCommonProps>) {
useEffect(() => {
import('eruda').then(({ default: eruda }) => {
eruda.init()
})
}, [])
// useEffect(() => {
// import('eruda').then(({ default: eruda }) => {
// eruda.init()
// })
// }, [])

return (
<SessionProvider
Expand Down

0 comments on commit 20913f8

Please sign in to comment.