Skip to content

Commit

Permalink
Add eruda
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Jul 5, 2024
1 parent eb5c568 commit 2fe0021
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 @@ -44,11 +44,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 2fe0021

Please sign in to comment.