fix: build errors

This commit is contained in:
Ephraim Atta-Duncan
2024-10-24 13:33:22 +00:00
parent 641424719c
commit 3798d8df9e

View File

@@ -1,4 +1,3 @@
// Define interfaces for the data structure
type RepoStats = {
stars: number;
forks: number;