Skip to content

Commit 220d46b

Browse files
committed
refactor: change type to interface
1 parent fd4e436 commit 220d46b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atcoder-problems-frontend/src/components/UserSearchBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ const extractUserIds = (
4646
return { userId, rivalIdString };
4747
};
4848

49-
type Props = {
49+
interface Props {
5050
isNavigationFixed: boolean;
5151
setIsNavigationFixed: () => void;
52-
};
52+
}
5353

5454
const generatePath = (
5555
kind: PageKind,

0 commit comments

Comments
 (0)