Skip to content

Commit

Permalink
chore(nextjs-approuter): Fix filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
mudetroit committed Mar 13, 2024
1 parent e37b157 commit 5f8f5e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-approuter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
'use client';

export default function NextErrorHandlerGenerator() {
return (
<button
onClick={() => {
throw new Error('Something broke');
throw new Error('Something handled by NextJS');
}}
>
Click for Error with Next.js Error Handler
Expand Down

0 comments on commit 5f8f5e7

Please sign in to comment.