Skip to content

Commit 73c2917

Browse files
authored
Merge pull request #244 from nomad37/main
changed 404.js
2 parents 61c07b9 + 43d7796 commit 73c2917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/404.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const handleClick = e => {
1515
}
1616
}
1717

18-
export default () => {
18+
export default function Component404(){
1919
return (
2020
<StaticQuery
2121
query={graphql`

0 commit comments

Comments
 (0)