Skip to content

Commit c17a1f8

Browse files
committed
fix types
1 parent cfccf1d commit c17a1f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/usedBy.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import GithubButton from "./lib/githubButton";
99
export interface IPropTypes {
1010
owner: string;
1111
repo: string;
12+
count: number;
1213
}
1314

1415
export default function UsedBy(props: IPropTypes) {

0 commit comments

Comments
 (0)