Vercel fails to build the game-hub website from my GitHub repository

Hi everyone,

I almost finish the react course but I cant seem to figure out this problem. after adding, committing, and push the new title “GameHub” to the repository Vercel fails the build and i have no idea why. any tips would be much appreciated!

The errors:
src/App.tsx(6,23): error TS2307: Cannot find module ‘./hooks/useGenre’ or its corresponding type declarations.
14:50:17.630 src/App.tsx(8,26): error TS2307: Cannot find module ‘./hooks/usePlatforms’ or its corresponding type declarations.
14:50:17.630 src/components/GameCards/GameCard.tsx(1,22): error TS2307: Cannot find module ‘…/…/hooks/useGames’ or its corresponding type declarations.
14:50:17.630 src/components/GameCards/GameCard.tsx(18,49): error TS7006: Parameter ‘p’ implicitly has an ‘any’ type.
14:50:17.630 src/components/GameGrid.tsx(2,22): error TS2307: Cannot find module ‘…/hooks/useGames’ or its corresponding type declarations.
14:50:17.630 src/components/GameGrid.tsx(30,18): error TS7006: Parameter ‘game’ implicitly has an ‘any’ type.
14:50:17.630 src/components/Genre/GenreList.tsx(9,33): error TS2307: Cannot find module ‘…/…/hooks/useGenre’ or its corresponding type declarations.
14:50:17.631 src/components/Genre/GenreList.tsx(43,20): error TS7006: Parameter ‘genre’ implicitly has an ‘any’ type.
14:50:17.631 src/components/PlatformIconList.tsx(12,26): error TS2307: Cannot find module ‘…/hooks/usePlatforms’ or its corresponding type declarations.
14:50:17.631 src/components/PlatformSelector.tsx(3,40): error TS2307: Cannot find module ‘…/hooks/usePlatforms’ or its corresponding type declarations.
14:50:17.631 src/components/PlatformSelector.tsx(27,20): error TS7006: Parameter ‘platform’ implicitly has an ‘any’ type.
14:50:17.675 Error: Command “npm run build” exited with 2
14:50:18.211 BUILD_UTILS_SPAWN_2: Command “npm run build” exited with 2

Thank you!