aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pages/404.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/404.tsx')
-rw-r--r--src/pages/404.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/404.tsx b/src/pages/404.tsx
index fd99104..0f6164c 100644
--- a/src/pages/404.tsx
+++ b/src/pages/404.tsx
@@ -25,7 +25,7 @@ const codeStyles = {
};
// markup
-const NotFoundPage = () => {
+const NotFoundPage = (): React.ReactElement => {
return (
<main style={pageStyles}>
<title>Not found</title>