Changeset e48199a for my-react-app/src/components/ErrorPage.js
- Timestamp:
- 05/07/25 18:34:01 (10 days ago)
- Branches:
- main
- Parents:
- b67dfd3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
my-react-app/src/components/ErrorPage.js
rb67dfd3 re48199a 1 // ErrorPage.js2 1 import React from 'react'; 3 2 … … 7 6 <h1>Oops! Something went wrong.</h1> 8 7 <p>Please try again later or contact support.</p> 9 {/* Add any additional content or error-specific messages */}10 8 </div> 11 9 );
Note:
See TracChangeset
for help on using the changeset viewer.