aswi2022code-of-duty-gitlab/frontend/src/features/NotFound/NotFound.tsx @ b30f120b
1 |
const NotFound = () => { |
---|---|
2 |
|
3 |
return ( |
4 |
<>
|
5 |
<h1>Page Not Found 😡😡😡</h1> |
6 |
</>
|
7 |
)
|
8 |
}
|
9 |
|
10 |
export default NotFound |