provide Login Use Case
Provides an instance of LoginUseCase using the specified StudyPlanetRepository.
This function creates and returns an instance of LoginUseCase by injecting the required StudyPlanetRepository. The LoginUseCase is responsible for handling the login functionality using the provided repository.
Return
An instance of LoginUseCase for managing user login.
Parameters
repo
The StudyPlanetRepository instance used for handling login functionality.