Skip to content

Commit

Permalink
make linter happier
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Feb 25, 2024
1 parent e550b20 commit 5f1190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useTitle } from '../hooks';
import { useHistory } from 'react-router-dom';
import { FC, useEffect } from 'react';

export const NotFoundPage: FC<{}> = (props) => {
export const NotFoundPage: FC = (props) => {
const history = useHistory();
useTitle({
prefix: 'Page not found',
Expand Down

0 comments on commit 5f1190e

Please sign in to comment.