Skip to content

Commit

Permalink
fix: remove ;
Browse files Browse the repository at this point in the history
  • Loading branch information
avneesh0612 committed Dec 23, 2021
1 parent 9ccffa0 commit 8a7f8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function MyApp({ Component, pageProps }: AppProps) {
return (
<>
<NextNProgress color="#000" options={{ showSpinnner: false }} />
<Component {...pageProps} />;
<Component {...pageProps} />
</>
);
}
Expand Down

1 comment on commit 8a7f8e6

@vercel
Copy link

@vercel vercel bot commented on 8a7f8e6 Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.