mirror of https://github.com/lukechilds/docs.git
Alejandro Criado-Pérez
3 years ago
1 changed files with 2 additions and 4 deletions
@ -1,5 +1,3 @@ |
|||
export default function Custom404() { |
|||
return <h3> |
|||
Page Not Found. 404. |
|||
</h3> |
|||
} |
|||
return <h3>Page Not Found. 404.</h3>; |
|||
} |
|||
|
Loading…
Reference in new issue