Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Update root.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Apr 15, 2021
1 parent 999040e commit ba1cc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Expand Up @@ -47,7 +47,7 @@ export function ErrorBoundary({ error }: { error: Error }) {
<pre>{error.message}</pre>
<p>
Replace this UI with what you want users to see when your app throws
uncaught errors. The file is at <code>app/App.tsx</code>.
uncaught errors. The file is at <code>app/root.tsx</code>.
</p>
</div>

Expand Down

0 comments on commit ba1cc3a

Please sign in to comment.